ViewPage.ProcessRequest Method
Enables processing of the specified HTTP request by the ASP.NET MVC framework.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract ProcessRequest : context:HttpContext -> unit override ProcessRequest : context:HttpContext -> unit
Parameters
- context
- Type: System.Web.HttpContext
An object that encapsulates HTTP-specific information about the current HTTP request.
Implements
IHttpHandler.ProcessRequest(HttpContext)
Show: