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

속성 값

지정된 인덱스 경로입니다.

적용 대상