Class ImageUploadChangeEventArgs
Provides information about an ImageUploadChange event being raised.
Inheritance
System.Object
ImageUploadChangeEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ImageUploadChangeEventArgs : Object
Constructors
ImageUploadChangeEventArgs()
Declaration
public ImageUploadChangeEventArgs()
Properties
Files
Get the list of image files that will be uploaded.
Declaration
public List<UploadFiles> Files { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<UploadFiles> |
ImageUrl
Get or set the image URL which inserts into the editor content.
Declaration
public string ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |