TemplateMatcher.TryMatch(PathString, RouteValueDictionary) Methode

Definition

Wertet aus, ob das angegebene path mit dem Templateübereinstimmt. Füllt mit values Parameterwerten auf.

public:
 bool TryMatch(Microsoft::AspNetCore::Http::PathString path, Microsoft::AspNetCore::Routing::RouteValueDictionary ^ values);
public bool TryMatch (Microsoft.AspNetCore.Http.PathString path, Microsoft.AspNetCore.Routing.RouteValueDictionary values);
member this.TryMatch : Microsoft.AspNetCore.Http.PathString * Microsoft.AspNetCore.Routing.RouteValueDictionary -> bool
Public Function TryMatch (path As PathString, values As RouteValueDictionary) As Boolean

Parameter

path
PathString

Eine PathString , die die zu übereinstimmende Route darstellt.

values
RouteValueDictionary

Ein RouteValueDictionary , um mit Parameterwerten aufzufüllen.

Gibt zurück

true , wenn path mit übereinstimmt Template.

Gilt für: