MvcHandler Methods
Visual Studio 2010
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 | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (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 | Returns a string that represents the current object. (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. |
Community Additions
ADD
Show: