Share via


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

屬性值

表示符合產生 URL 所用參數之路由的物件。

適用於

另請參閱