Table of Contents
AllowJavaScriptDOMPaste Property

Gets or sets a value indicating whether pasting from clipboard is allowed.

Syntax
 public Boolean? AllowJavaScriptDOMPaste { get; set; }
Remarks

If you do not set this property, the default value false is used. In order to use DOM paste, you must set both this property and AllowJavaScriptAccessClipboard to true.

See Also