Gets or sets the code page number used to encode the RadEditor content when
saving it into ASCX or ASPX file.
Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property FileEncoding As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadEditor
Dim value As Integer
instance.FileEncoding = value
value = instance.FileEncoding
|
| C# | |
|---|
public int FileEncoding {get; set;} |
Return Value
The code page number used to encode the RadEditor content when saving it into
ASCX or ASPX file. The default value is
65001 (UTF-8).
Remarks
Requirements
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also