Sdílet prostřednictvím


UriPathParser.ParsePathIntoSegments(Uri, Uri) Metoda

Definice

Vrátí seznam segmentů v zadané cestě (např. /abc/pqr –> abc, pqr).

public virtual System.Collections.Generic.ICollection<string> ParsePathIntoSegments (Uri fullUri, Uri serviceBaseUri);
abstract member ParsePathIntoSegments : Uri * Uri -> System.Collections.Generic.ICollection<string>
override this.ParsePathIntoSegments : Uri * Uri -> System.Collections.Generic.ICollection<string>
Public Overridable Function ParsePathIntoSegments (fullUri As Uri, serviceBaseUri As Uri) As ICollection(Of String)

Parametry

fullUri
Uri

Úplný identifikátor URI požadavku.

serviceBaseUri
Uri

Identifikátor URI základní služby pro požadavek.

Návraty

Seznam segmentů bez zobrazení.

Platí pro