IODataPathHandler.Link(ODataPath) 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.
Convertit une instance de ODataPath en lien OData.
public string Link (Microsoft.AspNet.OData.Routing.ODataPath path);
abstract member Link : Microsoft.AspNet.OData.Routing.ODataPath -> string
Public Function Link (path As ODataPath) As String
Paramètres
- path
- ODataPath
Chemin d'accès OData à convertir en un lien.
Retours
Lien OData généré.