UrlRoutingHandler.RouteCollection 屬性

定義

取得或設定 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

屬性值

包含路由的物件。

適用於

另請參閱