UploadEventArgs
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class UploadEventArgs : UploadCancelableEventArgs
Inheritance: objectUploadEventArgsBaseUploadCancelableEventArgsUploadEventArgs
Inherited Members
Constructors
C#
public UploadEventArgs()
Properties
Additional data to send with the upload or remove request. Example: RequestData["UserId"] = 123.
C#
public Dictionary<string, object> RequestData { get; set; }
Custom headers to send with the upload or remove request. Example: add authentication token: RequestHeaders["Authorization"] = "Bearer ...".
C#
public Dictionary<string, object> RequestHeaders { get; set; }