MvcHttpHandler Methods
The MvcHttpHandler type exposes the following members.
| 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 | Called by ASP.NET when asynchronous request processing has ended. |
|
Equals | (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 | Verifies and processes an HTTP request. (Overrides UrlRoutingHandler::VerifyAndProcessRequest(IHttpHandler, HttpContextBase).) |
| Name | Description | |
|---|---|---|
|
IHttpAsyncHandler::BeginProcessRequest | Called by ASP.NET to begin asynchronous request processing. |
|
IHttpAsyncHandler::EndProcessRequest | Called by ASP.NET when asynchronous request processing has ended. |
|
IHttpHandler::ProcessRequest | (Inherited from UrlRoutingHandler.) |
Show: