DefaultODataPathHandler Classe
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.
Analyse un chemin OData en tant que ODataPath dans un lien OData.
public class DefaultODataPathHandler : Microsoft.AspNet.OData.Routing.IODataPathHandler, Microsoft.AspNet.OData.Routing.IODataPathTemplateHandler
type DefaultODataPathHandler = class
interface IODataPathHandler
interface IODataPathTemplateHandler
Public Class DefaultODataPathHandler
Implements IODataPathHandler, IODataPathTemplateHandler
- Héritage
-
DefaultODataPathHandler
- Implémente
Constructeurs
DefaultODataPathHandler() |
Analyse un chemin OData en tant que ODataPath dans un lien OData. |
Propriétés
UrlKeyDelimiter |
Obtient ou Définit le à utiliser lors de l’analyse ODataUrlKeyDelimiter , en particulier s’il faut reconnaître les clés en tant que segments ou non. |
Méthodes
Link(ODataPath) |
Convertit une instance de ODataPath en lien OData. |
Parse(String, String, IServiceProvider) |
Analyse le chemin OData spécifié en tant que qui contient des informations supplémentaires sur le type EDM et le jeu d’entités ODataPath pour le chemin. |
ParseTemplate(String, IServiceProvider) |
Analyse le modèle de chemin OData spécifié en tant ODataPathTemplate que qui peut être mis en correspondance avec un ODataPath. |