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
htmlstringthe html content to insert.
Returns
- EditorCommand
 The EditorCommand instance.
Exceptions
- ArgumentException
 Thrown when the
htmlis null, empty or contain only white space.