RadEditor for ASP.NET

RadEditor Send comments on this topic.
FileEncoding Property
See Also 
Telerik.WebControls Namespace > RadEditor Class : FileEncoding Property


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

The value of this property is used only if the SaveInFile property is set to true.

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also