







The RequestController type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CanHandle |
Method that determines if an url should be handled or not by the module
|
![]() | Clone |
Make a clone of this controller
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetMethod |
Determines which method to use.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InvokeMethod |
Override this method to be able to process result
returned by controller method.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnUnhandledException |
Override this method if you want to be able to
handle unhanded exceptions
|
![]() | Process |
Method that process the url
(Overrides HttpModule..::.Process(HttpRequest, HttpResponse, HttpSession).) |
![]() | SetupRequest |
Will assign all variables that are unique for each session
|
![]() | ToString | (Inherited from Object.) |