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

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