Class UploadEventArgs
Arguments for the upload/remove event.
Inheritance
System.Object
Telerik.Blazor.Components.UploadEventArgsBase
UploadEventArgs
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class UploadEventArgs : UploadCancelableEventArgs
Constructors
UploadEventArgs()
Declaration
public UploadEventArgs()
Properties
RequestData
The additional data that will be sent with the request.
Declaration
public Dictionary<string, object> RequestData { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String, System.Object>
|
RequestHeaders
The headers that will be sent with the request.
Declaration
public Dictionary<string, object> RequestHeaders { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String, System.Object>
|