MvcHandler Methods
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | AddVersionHeader(HttpContextBase) | Adds the version header by using the specified HTTP context. |
![]() | BeginProcessRequest(HttpContext, AsyncCallback, Object) | Called by ASP.NET to begin asynchronous request processing. |
![]() | BeginProcessRequest(HttpContextBase, AsyncCallback, Object) | Called by ASP.NET to begin asynchronous request processing using the base HTTP context. |
![]() | EndProcessRequest(IAsyncResult) | Called by ASP.NET when asynchronous request processing has ended. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ProcessRequest(HttpContext) | Processes the request by using the specified HTTP request context. |
![]() | ProcessRequest(HttpContextBase) | Processes the request by using the specified base HTTP request context. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IHttpAsyncHandler.BeginProcessRequest(HttpContext, AsyncCallback, Object) | Called by ASP.NET to begin asynchronous request processing using the base HTTP context. |
![]() ![]() | IHttpAsyncHandler.EndProcessRequest(IAsyncResult) | Called by ASP.NET when asynchronous request processing has ended. |
![]() ![]() | IHttpHandler.ProcessRequest(HttpContext) | Enables processing of HTTP Web requests by a custom HTTP handler that implements the IHttpHandler interface. |



