Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.