Class ResponseEventArgs
Provides information about OnImageUploadSuccess and OnImageUploadFailed event being raised.
Inheritance
System.Object
ResponseEventArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ResponseEventArgs : Object
Constructors
ResponseEventArgs()
Declaration
public ResponseEventArgs()
Properties
Headers
Gets or sets the header's information of the uploaded image.
Declaration
public string Headers { get; set; }
Property Value
Type |
---|
System.String |
ReadyState
Gets or sets the uploaded image ReadyState information.
Declaration
public int ReadyState { get; set; }
Property Value
Type |
---|
System.Int32 |
StatusCode
Gets or sets the uploaded image StatusCode.
Declaration
public int StatusCode { get; set; }
Property Value
Type |
---|
System.Int32 |
StatusText
Gets or sets the uploaded image StatusText.
Declaration
public string StatusText { get; set; }
Property Value
Type |
---|
System.String |
WithCredentials
Gets or sets the credentials status of the uploaded image.
Declaration
public bool WithCredentials { get; set; }
Property Value
Type |
---|
System.Boolean |