MvcHandler.ProcessRequest Method (HttpContextBase)
Visual Studio 2010
Processes the request by using the specified base HTTP request context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Protected Friend Overridable Sub ProcessRequest ( _ httpContext As HttpContextBase _ )
Parameters
- httpContext
- Type: System.Web.HttpContextBase
The HTTP 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.
Community Additions
ADD
Show: