UltimateEditor Class Library

UltimateEditor.EditorHtml Property

Gets or sets the value to display in the editor text box.

[Visual Basic]
Public Property EditorHtml As String
[C#]
public string EditorHtml {get; set;}

Property Value

HTML to display in the editor text box.

Remarks

Use this property to set the HTML to display in the editor text box.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace