Mono Class Library: System.Web.HttpResponse Overview | Members

System.Web.HttpResponse.Charset Property

The character set used on the HTTP response.

public string Charset { set; get; }

Value

The current character set.

Remarks

The character set is appended to the current content type on the "Content-Type" HTTP header. This character set is the System.Text.Encoding.WebName of the ContentEncoding set on the response.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0