UriPathParser.ParsePathIntoSegments(Uri, Uri) Méthode
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.
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.