MvcRouteHandler.GetHttpHandler Method
Visual Studio 2010
Retrieves the HTTP handler by using the specified HTTP context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Protected Overridable Function GetHttpHandler ( _ requestContext As RequestContext _ ) As IHttpHandler
Parameters
- requestContext
- Type: System.Web.Routing.RequestContext
The request context.
Community Additions
ADD
Show: