RouteCollection.Item[Int32] Property

Definition

Gets the route at a given index.

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

Parameters

index
Int32

Property Value

The route at the given index.

Applies to