DynamicDataRouteHandler.CreateHandler Method (DynamicDataRoute, MetaTable, String)
.NET Framework (current version)
Creates a handler to process a request.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public virtual IHttpHandler CreateHandler( DynamicDataRoute route, MetaTable table, string action )
Parameters
- route
-
Type:
System.Web.DynamicData.DynamicDataRoute
The matched route.
- table
-
Type:
System.Web.DynamicData.MetaTable
The metadata table that is contained in the route.
- action
-
Type:
System.String
The action that is contained in the route.
.NET Framework
Available since 3.5
Available since 3.5
Show: