Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResponseEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved