Sdílet prostřednictvím


UrlRoutingModule.RouteCollection Vlastnost

Definice

Získá nebo nastaví kolekci definovaných tras pro aplikaci ASP.NET.

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

Hodnota vlastnosti

RouteCollection

Objekt, který obsahuje trasy.

Platí pro

Viz také