RouteTemplate.GetSegment(Int32) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.