Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Verifies and processes an HTTP request.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Overrides Sub VerifyAndProcessRequest ( _
httpHandler As IHttpHandler, _
httpContext As HttpContextBase _
)
protected override void VerifyAndProcessRequest(
IHttpHandler httpHandler,
HttpContextBase httpContext
)
protected:
virtual void VerifyAndProcessRequest(
IHttpHandler^ httpHandler,
HttpContextBase^ httpContext
) override
Parameters
- httpHandler
Type: System.Web.IHttpHandler
The HTTP handler.
- httpContext
Type: System.Web.HttpContextBase
The HTTP context.