HttpResponse.ContentEncoding Property
.NET Framework 3.0
Gets or sets the HTTP character set of the output stream.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Property ContentEncoding As Encoding 'Usage Dim instance As HttpResponse Dim value As Encoding value = instance.ContentEncoding instance.ContentEncoding = value
/** @property */ public Encoding get_ContentEncoding () /** @property */ public void set_ContentEncoding (Encoding value)
public function get ContentEncoding () : Encoding public function set ContentEncoding (value : Encoding)
Not applicable.
Property Value
A Encoding object containing information about the character set of the current response.Default ContentEncoding can be specified in an ASP.NET configuration file in the globalization Element (ASP.NET Settings Schema) section. If ContentEncoding is specified by the client, the default configuration settings are overridden.
Community Additions
ADD
Show: