MvcHttpHandler.VerifyAndProcessRequest(IHttpHandler, HttpContextBase) 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.
Verifies and processes an HTTP request.
protected override void VerifyAndProcessRequest(System.Web.IHttpHandler httpHandler, System.Web.HttpContextBase httpContext);
abstract member VerifyAndProcessRequest : System.Web.IHttpHandler * System.Web.HttpContextBase -> unit
override this.VerifyAndProcessRequest : System.Web.IHttpHandler * System.Web.HttpContextBase -> unit
Protected Overrides Sub VerifyAndProcessRequest (httpHandler As IHttpHandler, httpContext As HttpContextBase)
Parameters
- httpHandler
- IHttpHandler
The HTTP handler.
- httpContext
- HttpContextBase
The HTTP context.