Freigeben über


TemplateMatcher(RouteTemplate, RouteValueDictionary) Konstruktor

Definition

Erstellt eine neue TemplateMatcher instance mit einem template und defaults.

public:
 TemplateMatcher(Microsoft::AspNetCore::Routing::Template::RouteTemplate ^ template, Microsoft::AspNetCore::Routing::RouteValueDictionary ^ defaults);
public TemplateMatcher (Microsoft.AspNetCore.Routing.Template.RouteTemplate template, Microsoft.AspNetCore.Routing.RouteValueDictionary defaults);
new Microsoft.AspNetCore.Routing.Template.TemplateMatcher : Microsoft.AspNetCore.Routing.Template.RouteTemplate * Microsoft.AspNetCore.Routing.RouteValueDictionary -> Microsoft.AspNetCore.Routing.Template.TemplateMatcher
Public Sub New (template As RouteTemplate, defaults As RouteValueDictionary)

Parameter

template
RouteTemplate

RouteTemplate für den Vergleich.

defaults
RouteValueDictionary

Die Standardwerte für Parameter im template.

Gilt für: