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.
Retrieves the HTTP handler by using the specified HTTP context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Overridable Function GetHttpHandler ( _
requestContext As RequestContext _
) As IHttpHandler
protected virtual IHttpHandler GetHttpHandler(
RequestContext requestContext
)
protected:
virtual IHttpHandler^ GetHttpHandler(
RequestContext^ requestContext
)
Parameters
- requestContext
Type: System.Web.Routing.RequestContext
The request context.
Return Value
Type: System.Web.IHttpHandler
The HTTP handler.