RouteData::Route Property

 

Gets or sets the object that represents a route.

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

public:
property RouteBase^ Route {
	RouteBase^ get();
	void set(RouteBase^ value);
}

Property Value

Type: System.Web.Routing::RouteBase^

An object that represents the route definition.

.NET Framework
Available since 3.5
Return to top
Show: