TemplateSegment Class

Namespace
Microsoft.AspNetCore.Routing.Template
Assemblies
  • Microsoft.AspNetCore.Routing

Syntax

[DebuggerDisplay("{DebuggerToString()}")]
public class TemplateSegment
class Microsoft.AspNetCore.Routing.Template.TemplateSegment

Properties

Microsoft.AspNetCore.Routing.Template.TemplateSegment.IsSimple
Return type:System.Boolean
public bool IsSimple { get; }
Microsoft.AspNetCore.Routing.Template.TemplateSegment.Parts
Return type:System.Collections.Generic.List<Microsoft.AspNetCore.Routing.Template.TemplatePart>
public List<TemplatePart> Parts { get; }