Partager via


ODataPathTemplate.TryMatch Méthode

Définition

Correspond au modèle actuel avec un chemin d'accès OData.

public bool TryMatch (Microsoft.AspNet.OData.Routing.ODataPath path, System.Collections.Generic.IDictionary<string,object> values);
member this.TryMatch : Microsoft.AspNet.OData.Routing.ODataPath * System.Collections.Generic.IDictionary<string, obj> -> bool
Public Function TryMatch (path As ODataPath, values As IDictionary(Of String, Object)) As Boolean

Paramètres

path
ODataPath

Chemin d'accès OData pour la correspondance.

values
IDictionary<String,Object>

Dictionnaire de correspondances à mettre à jour en cas de correspondance.

Retours

true en cas de correspondance ; sinon, false.

S’applique à