HostString.ToUriComponent Method

Definition

Returns the value properly formatted and encoded for use in a URI in a HTTP header. Any Unicode is converted to punycode. IPv6 addresses will have brackets added if they are missing.

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

Returns

Applies to