ClientClipboard
Last updated
Last updated
The Clipboard extension provides the ability to respond to clipboard commands (cut, copy, and paste) as well as to asynchronously read from and write to the system clipboard.
Write to the client's clipboard.
Read the client's clipboard contents.
Some features are not available in all browsers. Be sure to check the latest documentation on MSDN.
The ClientClipboard extension can be added to a Wisej.NET project using NuGet Package Manager.
Handle when the user copies, cuts, or pastes content to or from the clipboard.
Writes the specified text to the client clipboard.
Returns the textual content of the client clipboard.