MvcHandler Methods

Include Protected Members
Include Inherited Members

The MvcHandler type exposes the following members.

Methods

  Name Description
Protected method AddVersionHeader Adds the version header by using the specified HTTP context.
Protected method BeginProcessRequest(HttpContext, AsyncCallback, Object) Called by ASP.NET to begin asynchronous request processing.
Protected method BeginProcessRequest(HttpContextBase, AsyncCallback, Object) Called by ASP.NET to begin asynchronous request processing using the base HTTP context.
Protected method EndProcessRequest Called by ASP.NET when asynchronous request processing has ended.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ProcessRequest(HttpContext) Processes the request by using the specified HTTP request context.
Protected method ProcessRequest(HttpContextBase) Processes the request by using the specified base HTTP request context.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IHttpAsyncHandler.BeginProcessRequest Called by ASP.NET to begin asynchronous request processing using the base HTTP context.
Explicit interface implemetationPrivate method IHttpAsyncHandler.EndProcessRequest Called by ASP.NET when asynchronous request processing has ended.
Explicit interface implemetationPrivate method IHttpHandler.ProcessRequest Enables processing of HTTP Web requests by a custom HTTP handler that implements the IHttpHandler interface.

Top

See Also

Reference

MvcHandler Class

System.Web.Mvc Namespace