This topic has not yet been rated - Rate this topic

MvcRouteHandler Members

.NET Framework 3.5

Creates an object that implements the IHttpHandler interface and gives it the request context.

The MvcRouteHandler type exposes the following members.

  NameDescription
Public method MvcRouteHandler Initializes a new instance of the MvcRouteHandler 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 attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetHttpHandler Retrieves the HTTP handler by using the specified HTTP context.
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.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)
Top
  NameDescription
Explicit interface implemetation Private method IRouteHandler.GetHttpHandler Retrieves the HTTP handler by using the specified request context.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.