Supplies information about a Paste event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class HtmlEditorPasteEventArgsSupplies information about a Paste event that is being raised.
public HtmlEditorPasteEventArgs()Gets or sets the HTML content that is pasted in RadzenHtmlEditor. Use the setter to filter unwanted markup from the pasted value.
public string Html { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the HTML content that is pasted in RadzenHtmlEditor. Use the setter to filter unwanted markup from the pasted value. |