RouteData.Route 属性

定义

获取或设置表示路由的对象。

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

属性值

表示路由定义的对象。

适用于

另请参阅