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 コンテキスト。

適用対象