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