UrlEncodingSettings.EncodedBytePrefixChar property

Gets or sets the character used as the prefix for each encoded byte.

public char EncodedBytePrefixChar { get; set; }

Property Value

The character used as the prefix for each encoded byte.

Remarks

The default value for this property is ‘%’.

See Also