[]
Pastes a document fragment at the selection location.
[Obsolete("This method is deprecated, please, use PasteFragmentAsync instead.")]
public void PasteFragment(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. |