Поделиться через


MvcHttpHandler.VerifyAndProcessRequest(IHttpHandler, HttpContextBase) Метод

Определение

Проверяет и обрабатывает HTTP-запрос.

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)

Параметры

httpHandler
IHttpHandler

Обработчик HTTP-данных.

httpContext
HttpContextBase

Контекст HTTP.

Применяется к