HttpResponseBase.ContentEncoding Property

 

Gets or sets the content encoding of the current response.

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

abstract ContentEncoding : Encoding with get, set
override ContentEncoding : Encoding with get, set

Property Value

Type: System.Text.Encoding

The content encoding of the current response.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: