다음을 통해 공유


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

속성 값

경로를 포함하는 개체입니다.

적용 대상

추가 정보