UrlRoutingHandler.RouteCollection Proprietà

Definizione

Ottiene o imposta la raccolta delle route definite per l'applicazione 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

Valore della proprietà

Oggetto che contiene le route.

Si applica a

Vedi anche