Class ResponseEventArgs
Provides information about the argument for the response event.
Inheritance
System.Object
ResponseEventArgs
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class ResponseEventArgs : Object
Constructors
ResponseEventArgs()
Declaration
public ResponseEventArgs()
Properties
Headers
Gets or sets the current response header.
Declaration
public string Headers { get; set; }
Property Value
Type | Description |
---|---|
System.String | System.String |
ReadyState
Gets the current response ready state.
Declaration
public object ReadyState { get; set; }
Property Value
Type |
---|
System.Object |
ResponseText
Gets the current responseText.
Declaration
public string ResponseText { get; set; }
Property Value
Type | Description |
---|---|
System.String | System.String |
StatusCode
Gets the current response statusCode.
Declaration
public object StatusCode { get; set; }
Property Value
Type |
---|
System.Object |
StatusText
Gets the current response statusText.
Declaration
public string StatusText { get; set; }
Property Value
Type | Description |
---|---|
System.String | System.String |
WithCredentials
Gets or sets the current response withCredentials.
Declaration
public bool WithCredentials { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | System.Boolean |