UrlEncodingSettings.EncodedSpaceChar property

Gets or sets the character used when encoding a space.

public char? EncodedSpaceChar { get; set; }

Property Value

If specified, the character used when encoding a space.

Remarks

This property is null by default.

See Also