This documentation is archived and is not being maintained.
UrlRoutingHandler Members
Visual Studio 2008
Serves as base class for classes that enable you to customize how ASP.NET routing processes a request.
The UrlRoutingHandler type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ProcessRequest | Overloaded. Processes an HTTP request that matches a route. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
VerifyAndProcessRequest | When overridden in a derived class, validates the HTTP handler and performs the steps that are required to process the request. |
| Name | Description | |
|---|---|---|
|
IsReusable | Gets a value that indicates whether another request can use the UrlRoutingHandler instance. |
|
RouteCollection | Gets or sets the collection of defined routes for the ASP.NET application. |
| Name | Description | |
|---|---|---|
|
IHttpHandler::IsReusable | Gets a value that indicates whether another request can use the UrlRoutingHandler instance. |
|
IHttpHandler::ProcessRequest | Processes an HTTP request that matches a route. |
Show: