[]
Pastes a document fragment at the selection location asynchronously.
public Task PasteFragmentAsync(string fragmentString = null)
Type | Name | Description |
---|---|---|
string | fragmentString | Optional string containing a innerHTML of the element at the current selection location. If null, the text is taken from the clipboard. |
Type | Description |
---|---|
Task |