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

プロパティ値

RouteCollection

ルートを格納しているオブジェクト。

適用対象

こちらもご覧ください