다음을 통해 공유


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 컨텍스트입니다.

적용 대상