Sdílet prostřednictvím


ODataPathExtensions.GetPathString Metoda

Definice

Přetížení

GetPathString(ODataPath)

Získejte řetězcovou reprezentaci hlavně překladu ODataPath cesty k adrese URL kontextu.

GetPathString(IList<ODataPathSegment>)

Získejte řetězcovou reprezentaci hlavně překladu ODataPath cesty k adrese URL kontextu.

GetPathString(ODataPath)

Získejte řetězcovou reprezentaci hlavně překladu ODataPath cesty k adrese URL kontextu.

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

Parametry

path
ODataPath

Cesta k výpočtu sady

Návraty

Řetězcové vyjádření cesty kontextové adresy URL.

Platí pro

GetPathString(IList<ODataPathSegment>)

Získejte řetězcovou reprezentaci hlavně překladu ODataPath cesty k adrese URL kontextu.

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

Parametry

segments
IList<ODataPathSegment>

Segmenty cesty.

Návraty

Řetězcové vyjádření cesty kontextové adresy URL.

Platí pro