Click or drag to resize

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.16.0
Syntax
C#
public static EditorCommand InsertHtml(
	string html
)

Parameters

html
Type: SystemString
the html content to insert.

Return Value

Type: EditorCommand
The EditorCommand instance.
Exceptions
ExceptionCondition
ArgumentException Thrown when the html is null, empty or contain only white space.
See Also