Class ResponseEventArgs
Defines 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
Returns the current response header.
Declaration
public string Headers { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReadyState
Returns the current response readyState.
Declaration
public object ReadyState { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
StatusCode
Returns the current response statusCode.
Declaration
public object StatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
StatusText
Returns the current response statusText.
Declaration
public string StatusText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WithCredentials
Returns the current response withCredentials.
Declaration
public bool WithCredentials { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |