Table of Contents

Method InsertText

Namespace
DotNetBrowser.Frames
Assembly
DotNetBrowser.dll

InsertText(string)

Returns a command that allows inserting the given text content in a WYSIWYG editor or a text field.

public static EditorCommand InsertText(string text)

Parameters

text string

the text to insert.

Returns

EditorCommand

The EditorCommand instance.

Exceptions

ArgumentException

Thrown when the text is null, empty or contain only white space.