UrlRoutingModule.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

属性值

包含路由的对象。

适用于

另请参阅