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