Share via


RouteCollection.Item[Int32] プロパティ

定義

特定のインデックスにあるルートを取得します。

public:
 property Microsoft::AspNetCore::Routing::IRouter ^ default[int] { Microsoft::AspNetCore::Routing::IRouter ^ get(int index); };
public Microsoft.AspNetCore.Routing.IRouter this[int index] { get; }
member this.Item(int) : Microsoft.AspNetCore.Routing.IRouter
Default Public ReadOnly Property Item(index As Integer) As IRouter

パラメーター

index
Int32

プロパティ値

指定されたインデックスのルート。

適用対象