共用方式為


HostString.ToUriComponent 方法

定義

傳回經過適當格化和編碼的值,以用於 HTTP 標頭中的 URI。 任何 Unicode 會轉換成 Punycode。 IPv6 位址會加上方括弧 (如果沒有的話)。

public:
 System::String ^ ToUriComponent();
public string ToUriComponent ();
member this.ToUriComponent : unit -> string
Public Function ToUriComponent () As String

傳回

HostString格式化為用於 URI 或 HTTP 標頭的值。

適用於