Share via


RouteTemplate.Parameters Property

Definition

Gets the list of TemplatePart that represent that parameters defined in the route template.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Routing::Template::TemplatePart ^> ^ Parameters { System::Collections::Generic::IList<Microsoft::AspNetCore::Routing::Template::TemplatePart ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Routing.Template.TemplatePart> Parameters { get; }
member this.Parameters : System.Collections.Generic.IList<Microsoft.AspNetCore.Routing.Template.TemplatePart>
Public ReadOnly Property Parameters As IList(Of TemplatePart)

Property Value

Applies to