Route::RouteHandler Property

 

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

Namespace:   System.Web.Routing
Assembly:  System.Web (in System.Web.dll)

public:
property IRouteHandler^ RouteHandler {
	IRouteHandler^ get();
	void set(IRouteHandler^ value);
}

Property Value

Type: System.Web.Routing::IRouteHandler^

The object that processes the request.

.NET Framework
Available since 3.5
Return to top
Show: