TemplateMatcher.TryMatch(PathString, RouteValueDictionary) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Évalue si le fourni path
correspond à .Template Remplit avec des values
valeurs de paramètre.
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
Paramètres
- path
- PathString
PathString représentant l’itinéraire à mettre en correspondance.
- values
- RouteValueDictionary
RouteValueDictionary à remplir avec des valeurs de paramètre.
Retours
true
si path
correspond à Template.