共用方式為


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。

傳回

未逸出區段的清單。

適用於