Method Paste
Paste()
Paste the clipboard contents into the current selected position.
public bool Paste()
Returns
Remarks
Routes through Paste with a null payload, so the default View handler reads from Clipboard, sanitizes via OnSanitizingPaste(string), and inserts via OnPaste(string).