Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.