다음을 통해 공유


IRouteBuilder.Routes 속성

정의

작성기에서 구성된 경로를 가져옵니다.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Routing::IRouter ^> ^ Routes { System::Collections::Generic::IList<Microsoft::AspNetCore::Routing::IRouter ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Routing.IRouter> Routes { get; }
member this.Routes : System.Collections.Generic.IList<Microsoft.AspNetCore.Routing.IRouter>
Public ReadOnly Property Routes As IList(Of IRouter)

속성 값

적용 대상