Gets a HTML representation of the formatted text in the RichTextEditor.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public string Html { get; }
Visual Basic
Public ReadOnly Property Html As String
	Get
Visual C++
public:
property String^ Html {
	String^ get ();
}

See Also