menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class jQueryAjaxOptionsBuilder

    Inheritance
    System.Object
    jQueryAjaxOptionsBuilder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class jQueryAjaxOptionsBuilder

    Constructors

    jQueryAjaxOptionsBuilder(jQueryAjaxOptions)

    Declaration
    public jQueryAjaxOptionsBuilder(jQueryAjaxOptions ajaxOptions)
    Parameters
    Type Name Description
    jQueryAjaxOptions ajaxOptions

    Methods

    Async()

    Declaration
    public jQueryAjaxOptionsBuilder Async()
    Returns
    Type Description
    jQueryAjaxOptionsBuilder

    Async(Boolean)

    Declaration
    public jQueryAjaxOptionsBuilder Async(bool async)
    Parameters
    Type Name Description
    System.Boolean async
    Returns
    Type Description
    jQueryAjaxOptionsBuilder

    Cache()

    Declaration
    public jQueryAjaxOptionsBuilder Cache()
    Returns
    Type Description
    jQueryAjaxOptionsBuilder

    Cache(Boolean)

    Declaration
    public jQueryAjaxOptionsBuilder Cache(bool cache)
    Parameters
    Type Name Description
    System.Boolean cache
    Returns
    Type Description
    jQueryAjaxOptionsBuilder

    ContentType(String)

    Declaration
    public jQueryAjaxOptionsBuilder ContentType(string contentType)
    Parameters
    Type Name Description
    System.String contentType
    Returns
    Type Description
    jQueryAjaxOptionsBuilder

    Data(String[])

    Declaration
    public jQueryAjaxOptionsBuilder Data(string[] data)
    Parameters
    Type Name Description
    System.String[] data
    Returns
    Type Description
    jQueryAjaxOptionsBuilder

    DataType(String)

    Declaration
    public jQueryAjaxOptionsBuilder DataType(string dataType)
    Parameters
    Type Name Description
    System.String dataType
    Returns
    Type Description
    jQueryAjaxOptionsBuilder

    Type(String)

    Declaration
    public jQueryAjaxOptionsBuilder Type(string type)
    Parameters
    Type Name Description
    System.String type
    Returns
    Type Description
    jQueryAjaxOptionsBuilder

    Url(String)

    Declaration
    public jQueryAjaxOptionsBuilder Url(string url)
    Parameters
    Type Name Description
    System.String url
    Returns
    Type Description
    jQueryAjaxOptionsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved