RouteData.Route Property

Definition

Gets or sets the object that represents a route.

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 definition.

Applies to

See also