Compartilhar via


UriPathParser.ParsePathIntoSegments(Uri, Uri) Método

Definição

Retorna a lista de segmentos no caminho especificado (por exemplo: /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)

Parâmetros

fullUri
Uri

O URI completo da solicitação.

serviceBaseUri
Uri

O URI de base de serviço para a solicitação.

Retornos

Lista de segmentos sem escape.

Aplica-se a