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

属性值

给定索引处的路由。

适用于