UriPartial 列舉

定義

定義 GetLeftPart(UriPartial) 方法 URI 的部分。

public enum class UriPartial
public enum UriPartial
type UriPartial = 
Public Enum UriPartial
繼承
UriPartial

欄位

Authority 1

URI 的配置和授權區段。

Path 2

URI 的配置、授權和路徑區段。

Query 3

URI 的配置、授權和、路徑和查詢區段。

Scheme 0

URI 的配置區段。

備註

列舉 UriPartial 定義可傳遞至 Uri.GetLeftPart 方法的值。

適用於