System.Web.UI.Page.CodePage Property

Sets the code page identifier for the current System.Web.UI.Page.

Syntax

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public int CodePage { 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 CodePage 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