System.Web.UI.Page.ResponseEncoding Property

Sets the encoding language for the current System.Web.HttpResponse object.

Syntax

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public string ResponseEncoding { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

In most circumstances, do not set this property in code. Set the ResponseEncoding attribute to the value you want using the @ Page directive in the .aspx file. When the page is requested, the dynamically generated class sets the property.

Requirements

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