Partager via


UriPathParser.ParsePathIntoSegments(Uri, Uri) Méthode

Définition

Renvoie la liste des segments dans le chemin spécifié (par exemple : /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)

Paramètres

fullUri
Uri

URI complet de la demande.

serviceBaseUri
Uri

URI de base du service pour la requête.

Retours

Liste des segments non échiffés.

S’applique à