Uri uri = new Uri("http://run.hovertree.com/aboutus/idea.html");
string Host = uri.Host; //run.hovertree.com
string AbsolutePath = uri.AbsolutePath; //aboutus/idea.html
string AbsoluteUri = uri.AbsoluteUri; //http://run.hovertree.com/aboutus/idea.html
string Authority = uri.Authority; //run.hovertree.com
string DnsSafeHost = uri.DnsSafeHost; //run.hovertree.com
string LocalPath = uri.LocalPath; //aboutus/idea.html
string OriginalString = uri.OriginalString; //http://run.hovertree.com/aboutus/idea.html
string PathAndQuery = uri.PathAndQuery; //aboutus/idea.html
string Scheme = uri.Scheme; //http
System_CAPS_pubproperty AbsolutePath
獲取 URI 的絕對路徑。
System_CAPS_pubproperty AbsoluteUri
獲取絕對 URI。
System_CAPS_pubproperty Authority
獲取服務器的域名系統 (DNS) 主機名或 IP 地址和端口號。
System_CAPS_pubproperty DnsSafeHost
獲得可安全用於 DNS 解析的未轉義主機名。
System_CAPS_pubproperty Fragment
獲取轉義 URI 片段。
System_CAPS_pubproperty Host
獲取此實例的主機部分。
System_CAPS_pubproperty HostNameType
獲取 URI 中指定的主機名的類型。
System_CAPS_pubproperty IdnHost
RFC 3490 根據需要使用 Punycode,符合主機的國際域名要求。
System_CAPS_pubproperty IsAbsoluteUri
獲取一個值,該值指示 Uri 實例是否為絕對 URI。
System_CAPS_pubproperty IsDefaultPort
獲取一個值,該值指示 URI 的端口值是否為此方案的默認值。
System_CAPS_pubproperty IsFile
獲取一個值,該值指示指定的 Uri 是否為文件 URI。
System_CAPS_pubproperty IsLoopback
獲取一個值,該值指示指定的 Uri 是否引用了本地主機。
System_CAPS_pubproperty IsUnc
獲取一個值,該值指示指定的 Uri 是否為統一命名約定 (UNC) 路徑。
System_CAPS_pubproperty LocalPath
獲取文件名的本地操作系統表示形式。
System_CAPS_pubproperty OriginalString
獲取傳遞給 Uri 構造函數的原始 URI 字符串。
System_CAPS_pubproperty PathAndQuery
獲取用問號 (?) 分隔的 AbsolutePath 和 Query 屬性。
System_CAPS_pubproperty Port
獲取此 URI 的端口號。
System_CAPS_pubproperty Query
獲取指定 URI 中包括的任何查詢信息。
System_CAPS_pubproperty Scheme
獲取此 URI 的方案名稱。
System_CAPS_pubproperty Segments
獲取包含構成指定 URI 的路徑段的數組。
System_CAPS_pubproperty UserEscaped
指示 URI 字符串在創建 Uri 實例之前已被完全轉義。
System_CAPS_pubproperty UserInfo
獲取用戶名、密碼或其他與指定 URI 關聯的特定於用戶的信息