Condividi tramite


ODataPathExtensions.GetPathString Metodo

Definizione

Overload

GetPathString(ODataPath)

Ottenere la rappresentazione di stringa del ODataPath percorso dell'URL del contesto principalmente.

GetPathString(IList<ODataPathSegment>)

Ottenere la rappresentazione di stringa del ODataPath percorso dell'URL del contesto principalmente.

GetPathString(ODataPath)

Ottenere la rappresentazione di stringa del ODataPath percorso dell'URL del contesto principalmente.

public static string GetPathString (this Microsoft.OData.UriParser.ODataPath path);
static member GetPathString : Microsoft.OData.UriParser.ODataPath -> string
<Extension()>
Public Function GetPathString (path As ODataPath) As String

Parametri

path
ODataPath

Percorso per calcolare il set per.

Restituisce

Rappresentazione stringa del percorso url contesto.

Si applica a

GetPathString(IList<ODataPathSegment>)

Ottenere la rappresentazione di stringa del ODataPath percorso dell'URL del contesto principalmente.

public static string GetPathString (this System.Collections.Generic.IList<Microsoft.OData.UriParser.ODataPathSegment> segments);
static member GetPathString : System.Collections.Generic.IList<Microsoft.OData.UriParser.ODataPathSegment> -> string
<Extension()>
Public Function GetPathString (segments As IList(Of ODataPathSegment)) As String

Parametri

segments
IList<ODataPathSegment>

Segmenti di percorso.

Restituisce

Rappresentazione stringa del percorso url contesto.

Si applica a