'Declaration Public Function PasteFragmentAsync( _ Optional ByVal fragmentString As System.String _ ) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task PasteFragmentAsync( System.string fragmentString )
Parameters
- fragmentString
- Optional string containing a innerHTML of the element at the current selection location. If null, the text is taken from the clipboard.