UrlEncodingSettings.TextEncoding property

Gets or sets the text encoding used when encoding or decoding bytes.

public Encoding TextEncoding { get; set; }

Property Value

The text encoding used when encoding or decoding bytes.

Remarks

The default value for this property is Encoding.UTF8.

See Also