UrlRoutingHandler.RouteCollection Propriedade

Definição

Obtém ou define a coleção de rotas definidas para a aplicação 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

Valor de Propriedade

Um objeto que contém as rotas.

Aplica-se a

Ver também