Share via


RouteData.Routers 속성

정의

현재 라우팅 경로의 IRouter 인스턴스 목록을 가져옵니다.

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

속성 값

적용 대상