VirtualPathData.Route プロパティ

定義

URL の作成に使用されるルートを取得または設定します。

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

プロパティ値

RouteBase

URL の生成に使用されたパラメーターと一致したルートを表すオブジェクト。

適用対象

こちらもご覧ください