AlterRouteParameterRoutes Property |
Gets the routes.
Namespace:
Dundas.BI.Web.Extensibility.Parameters
Assembly:
Dundas.BI.Web.Core (in Dundas.BI.Web.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic RouteCollection Routes { get; }Public ReadOnly Property Routes As RouteCollection
Get
public:
property RouteCollection^ Routes {
RouteCollection^ get ();
}member Routes : RouteCollection with get
Property Value
Type:
RouteCollection
The routes.
See Also