TemplateMatcher.Template Property
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 RouteTemplate to match against.
public:
property Microsoft::AspNetCore::Routing::Template::RouteTemplate ^ Template { Microsoft::AspNetCore::Routing::Template::RouteTemplate ^ get(); };
public Microsoft.AspNetCore.Routing.Template.RouteTemplate Template { get; }
member this.Template : Microsoft.AspNetCore.Routing.Template.RouteTemplate
Public ReadOnly Property Template As RouteTemplate