Share via


RouteTemplate.GetSegment(Int32) Method

Definition

Gets the TemplateSegment at a given index.

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

Parameters

index
Int32

The index of the element to retrieve.

Returns

A TemplateSegment instance.

Applies to