다음을 통해 공유


UriPathParser.ParsePathIntoSegments(Uri, Uri) 메서드

정의

지정된 경로의 세그먼트 목록을 반환합니다(예: /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)

매개 변수

fullUri
Uri

요청의 전체 URI입니다.

serviceBaseUri
Uri

요청에 대한 서비스 기본 URI입니다.

반환

캡슐화되지 않은 세그먼트 목록입니다.

적용 대상