VirtualPathData.Route Property

Definition

Gets or sets the route that is used to create the URL.

public:
 property System::Web::Routing::RouteBase ^ Route { System::Web::Routing::RouteBase ^ get(); void set(System::Web::Routing::RouteBase ^ value); };
public System.Web.Routing.RouteBase Route { get; set; }
member this.Route : System.Web.Routing.RouteBase with get, set
Public Property Route As RouteBase

Property Value

An object that represents the route that matched the parameters that were used to generate a URL.

Applies to

See also