HttpResponse.Charset 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 Charset As String 'Usage Dim instance As HttpResponse Dim value As String value = instance.Charset instance.Charset = value
/** @property */ public String get_Charset () /** @property */ public void set_Charset (String value)
public function get Charset () : String public function set Charset (value : String)
Not applicable.
Property Value
The HTTP character set of the output stream.Community Additions
ADD
Show: