DynamicDataRoute::RouteHandler Property
.NET Framework (current version)
Gets or sets the object that processes requests for the route.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: property DynamicDataRouteHandler^ RouteHandler { DynamicDataRouteHandler^ get(); void set(DynamicDataRouteHandler^ value); }
Property Value
Type: System.Web.DynamicData::DynamicDataRouteHandler^The handler that is used to process requests for the route.
The RouteHandler property is identical to the Route::RouteHandler property. It is provided as a strongly typed version of the Route::RouteHandler property for coding convenience.
.NET Framework
Available since 3.5
Available since 3.5
Show: