HttpResponseBase.Charset Property

 

Gets or sets the HTTP character set of the current response.

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

abstract Charset : string with get, set
override Charset : string with get, set

Property Value

Type: System.String

The HTTP character set of the current response.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: