DynamicDataRouteHandler.IRouteHandler.GetHttpHandler Method (RequestContext)
.NET Framework (current version)
Returns the handler that processes ASP.NET Dynamic Data route patterns.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
private abstract GetHttpHandler : requestContext:RequestContext -> IHttpHandler private override GetHttpHandler : requestContext:RequestContext -> IHttpHandler
Parameters
- requestContext
-
Type:
System.Web.Routing.RequestContext
The context information that is associated with the Web request.
Return Value
Type: System.Web.IHttpHandlerThe handler that processes ASP.NET Dynamic Data route patterns.
This method implements the GetHttpHandler interface method.
.NET Framework
Available since 3.5
Available since 3.5
Show: