[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.PasteFragment

PasteFragment Method

PasteFragment(string)

Pastes a document fragment at the selection location.

Declaration
[Obsolete("This method is deprecated, please, use PasteFragmentAsync instead.")]
public void PasteFragment(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.