UltimateEditor Class Library

UltimateEditor.GetEditorText Method 

Converts the EditorHtml property to a text string by removing HTML tags and returns.

[Visual Basic]
Public Function GetEditorText() As String
[C#]
public string GetEditorText();

Return Value

Text form of the EditorHtml property.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace