[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.PasteFragmentAsync

PasteFragmentAsync Method

PasteFragmentAsync(string)

Pastes a document fragment at the selection location asynchronously.

Declaration
public Task PasteFragmentAsync(string fragmentString = null)
Parameters
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.

Returns
Type Description
Task