HttpRequestWrapper.ContentEncoding Property

 

Gets or sets the character set of the data that was provided by the client.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public override Encoding ContentEncoding { get; set; }

Property Value

Type: System.Text.Encoding

The client's character set.

.NET Framework
Available since 3.5
Return to top
Show: