다음을 통해 공유


UrlRoutingHandler.VerifyAndProcessRequest 메서드

정의

파생된 클래스에서 재정의된 경우 HTTP 처리기의 유효성을 검사하고 요청을 처리하는 데 필요한 단계를 수행합니다.

protected:
 abstract void VerifyAndProcessRequest(System::Web::IHttpHandler ^ httpHandler, System::Web::HttpContextBase ^ httpContext);
protected abstract void VerifyAndProcessRequest (System.Web.IHttpHandler httpHandler, System.Web.HttpContextBase httpContext);
abstract member VerifyAndProcessRequest : System.Web.IHttpHandler * System.Web.HttpContextBase -> unit
Protected MustOverride Sub VerifyAndProcessRequest (httpHandler As IHttpHandler, httpContext As HttpContextBase)

매개 변수

httpHandler
IHttpHandler

HTTP 요청을 처리하는 데 사용되는 개체입니다.

httpContext
HttpContextBase

내장 서버 개체에 대한 참조를 제공하는 개체(예: Request, Response, SessionServer)입니다.

적용 대상

추가 정보