Compartir a través de


RouteCollection.Item[Int32] Propiedad

Definición

Obtiene la ruta en un índice determinado.

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

Parámetros

index
Int32

Valor de propiedad

Ruta en el índice especificado.

Se aplica a