Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResponseEventArgs - Blazor API Reference | Syncfusion OnImageUploadSuccess and OnImageUploadFailed event being raised. ">

    Show / Hide Table of Contents

    Class ResponseEventArgs

    Provides information about OnImageUploadSuccess and OnImageUploadFailed event being raised.

    Inheritance
    System.Object
    ResponseEventArgs
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ResponseEventArgs : Object

    Constructors

    ResponseEventArgs()

    Declaration
    public ResponseEventArgs()

    Properties

    Headers

    Gets or sets the header's information of the uploaded image.

    Declaration
    public string Headers { get; set; }
    Property Value
    Type Description
    System.String

    ReadyState

    Gets or sets the uploaded image ReadyState information.

    Declaration
    public int ReadyState { get; set; }
    Property Value
    Type Description
    System.Int32

    StatusCode

    Gets or sets the uploaded image StatusCode.

    Declaration
    public int StatusCode { get; set; }
    Property Value
    Type Description
    System.Int32

    StatusText

    Gets or sets the uploaded image StatusText.

    Declaration
    public string StatusText { get; set; }
    Property Value
    Type Description
    System.String

    WithCredentials

    Gets or sets 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 - 2022 Syncfusion Inc. All Rights Reserved