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)

プロパティ値

適用対象