Blazor

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

    Show / Hide Table of Contents

    Class BeforeSendEventArgs

    Class for BeforeSend event arguments.

    Inheritance
    System.Object
    BeforeSendEventArgs
    Namespace: Syncfusion.Blazor.FileManager
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BeforeSendEventArgs : Object

    Constructors

    BeforeSendEventArgs()

    Declaration
    public BeforeSendEventArgs()

    Properties

    Action

    Return the name of the AJAX action will be performed.

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

    AjaxSettings

    Return the AJAX details, which are send to server.

    Declaration
    public FileManagerAjaxSettings AjaxSettings { get; set; }
    Property Value
    Type Description
    FileManagerAjaxSettings

    Cancel

    If you want to cancel this event then, set cancel to true. Otherwise, false.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    CustomData

    Defines the custom data to be passed to the service.

    Declaration
    public Dictionary<string, object> CustomData { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    HttpClientInstance

    HttpClient instance through which http request for the file providers are sent.

    Declaration
    public HttpClient HttpClientInstance { get; set; }
    Property Value
    Type Description
    System.Net.Http.HttpClient
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved