MvcHandler.ProcessRequest Method
Processes the request.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
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. |
For more information about the differences between this method and the ProcessRequest method of the MvcHttpHandler class, see the "Remarks" sections of the MvcHandler class overview.
Show: