HtmlEditorPasteEventArgs Class

Supplies information about a Paste event that is being raised.

Inheritance

Object

HtmlEditorPasteEventArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class HtmlEditorPasteEventArgs

Constructors

HtmlEditorPasteEventArgslink

Supplies information about a Paste event that is being raised.

Declaration
public HtmlEditorPasteEventArgs()

Properties

Htmllink

Gets or sets the HTML content that is pasted in RadzenHtmlEditor. Use the setter to filter unwanted markup from the pasted value.

Declaration
public string Html { get; set; }
Property Value
Type Description
stringGets or sets the HTML content that is pasted in RadzenHtmlEditor. Use the setter to filter unwanted markup from the pasted value.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙