Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AjaxRequestFailureEventArgs

    Show / Hide Table of Contents

    Class AjaxRequestFailureEventArgs

    This event arguments provides the necessary information about ajax request failure event.

    Inheritance
    System.Object
    BaseEventArgs<AjaxRequestFailureEventArgs>
    AjaxRequestFailureEventArgs
    Inherited Members
    BaseEventArgs<AjaxRequestFailureEventArgs>.Name
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AjaxRequestFailureEventArgs : BaseEventArgs<AjaxRequestFailureEventArgs>

    Constructors

    AjaxRequestFailureEventArgs()

    Declaration
    public AjaxRequestFailureEventArgs()

    Properties

    Action

    Gets the action name in which the failure is thrown.

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

    DocumentName

    Gets the Document name to be loaded into PdfViewer.

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

    ErrorMessage

    Gets the error message for the service call failure.

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

    ErrorStatusCode

    Gets the error status code for the service call failure.

    Declaration
    public double ErrorStatusCode { get; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved