Class PasteCleanupArgs
Provides information about an BeforePasteCleanup event being raised..
Inheritance
System.Object
PasteCleanupArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class PasteCleanupArgs : Object
Constructors
PasteCleanupArgs()
Declaration
public PasteCleanupArgs()
Properties
FilesData
Gets the list of image file data when pasting in the Rich Text Editor.
Declaration
public List<FileInfo> FilesData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FileInfo> |
Value
Gets or sets the updated value of the Rich Text Editor.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |