EditorCommandInsertHtml Method |
Returns a command that allows inserting the given html content in a WYSIWYG editor.
Namespace:
DotNetBrowser.Frames
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public static EditorCommand InsertHtml(
string html
)
Parameters
- html
- Type: SystemString
the html content to insert.
Return Value
Type:
EditorCommandThe
EditorCommand instance.
Exceptions Exception | Condition |
---|
ArgumentException |
Thrown when the html is null, empty or contain only white
space.
|
See Also