MvcHttpHandler Methods
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | 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) | (Inherited from UrlRoutingHandler.) |
![]() | ProcessRequest(HttpContextBase) | (Inherited from UrlRoutingHandler.) |
![]() | ToString() | (Inherited from Object.) |
![]() | VerifyAndProcessRequest(IHttpHandler, HttpContextBase) | Verifies and processes an HTTP request.(Overrides UrlRoutingHandler.VerifyAndProcessRequest(IHttpHandler, HttpContextBase).) |
| Name | Description | |
|---|---|---|
![]() ![]() | IHttpAsyncHandler.BeginProcessRequest(HttpContext, AsyncCallback, Object) | Called by ASP.NET to begin asynchronous request processing. |
![]() ![]() | IHttpAsyncHandler.EndProcessRequest(IAsyncResult) | Called by ASP.NET when asynchronous request processing has ended. |
![]() ![]() | IHttpHandler.ProcessRequest(HttpContext) | (Inherited from UrlRoutingHandler.) |
Show:



