MvcHandler Methods
The MvcHandler type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddVersionHeader | 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 | 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) | 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 | Called by ASP.NET to begin asynchronous request processing using the base HTTP context. |
|
IHttpAsyncHandler.EndProcessRequest | Called by ASP.NET when asynchronous request processing has ended. |
|
IHttpHandler.ProcessRequest | Enables processing of HTTP Web requests by a custom HTTP handler that implements the IHttpHandler interface. |
Show: