Class HtmlEditorPasteEventArgs
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Supplies information about a Paste event that is being raised.
public class HtmlEditorPasteEventArgs
- Inheritance
-
HtmlEditorPasteEventArgs
- Inherited Members
Constructors
HtmlEditorPasteEventArgs()
public HtmlEditorPasteEventArgs()
Properties
Html
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; }
Property Value
- string
The HTML.