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.

  NameDescription
Protected method UrlRoutingHandler Initializes a new instance of the UrlRoutingHandler class.
Top

  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method ProcessRequest Overloaded. Processes an HTTP request that matches a route.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Protected method VerifyAndProcessRequest When overridden in a derived class, validates the HTTP handler and performs the steps that are required to process the request.
Top

  NameDescription
Protected property IsReusable Gets a value that indicates whether another request can use the UrlRoutingHandler instance.
Public property RouteCollection Gets or sets the collection of defined routes for the ASP.NET application.
Top

  NameDescription
Explicit interface implemetation Private property IHttpHandler::IsReusable Gets a value that indicates whether another request can use the UrlRoutingHandler instance.
Explicit interface implemetation Private method IHttpHandler::ProcessRequest Processes an HTTP request that matches a route.
Top
Show: