Method InsertHtml
- Namespace
- DotNetBrowser.Frames
- Assembly
- DotNetBrowser.dll
InsertHtml(string)
Returns a command that allows inserting the given html
content in a WYSIWYG editor.
public static EditorCommand InsertHtml(string html)
Parameters
html
stringthe html content to insert.
Returns
- EditorCommand
The EditorCommand instance.
Exceptions
- ArgumentException
Thrown when the
html
is null, empty or contain only white space.