DynamicDataRoute::RouteHandler Property

 

Gets or sets the object that processes requests for the route.

Namespace:   System.Web.DynamicData
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
Return to top
Show: