Retrieves the CuteEditor HTML content in XHTML format.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public string XHTML { get; set; }
Visual Basic
Public Property XHTML As String
	Get
	Set
Visual C++
public:
property String^ XHTML {
	String^ get ();
	void set (String^ value);
}

See Also