HostString.ToUriComponent 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回經過適當格化和編碼的值,以用於 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 標頭的值。