次の方法で共有


RouteTemplate.GetSegment(Int32) メソッド

定義

指定したインデックス位置にある を TemplateSegment 取得します。

public:
 Microsoft::AspNetCore::Routing::Template::TemplateSegment ^ GetSegment(int index);
public Microsoft.AspNetCore.Routing.Template.TemplateSegment GetSegment (int index);
public Microsoft.AspNetCore.Routing.Template.TemplateSegment? GetSegment (int index);
member this.GetSegment : int -> Microsoft.AspNetCore.Routing.Template.TemplateSegment
Public Function GetSegment (index As Integer) As TemplateSegment

パラメーター

index
Int32

取得する要素のインデックス。

戻り値

TemplateSegment のインスタンス。

適用対象