ViewPage.ProcessRequest(HttpContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables processing of the specified HTTP request by the ASP.NET MVC framework.
public override void ProcessRequest (System.Web.HttpContext context);
abstract member ProcessRequest : System.Web.HttpContext -> unit
override this.ProcessRequest : System.Web.HttpContext -> unit
Public Overrides Sub ProcessRequest (context As HttpContext)
Parameters
- context
- HttpContext
An object that encapsulates HTTP-specific information about the current HTTP request.