RadEditor for ASP.NET

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


Gets or sets the value indicating whether the HTML content should be converted to XHTML before it is saved to the ascx/aspx file.   

 

Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)

Syntax

Visual Basic (Declaration) 
Public Property SaveAsXhtml As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RadEditor
Dim value As Boolean
 
instance.SaveAsXhtml = value
 
value = instance.SaveAsXhtml
C# 
public bool SaveAsXhtml {get; set;}

Return Value

true when the HTML content should be converted to XHTML; otherwise false. The default value is false.

Remarks

This property is used in conjunction with the SaveInFile property. If the value of the SaveInFile property is false, the SaveAsXhtml property is ignored.

Requirements

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

See Also