HtmlForgeX

API Reference

Class

DataTablesAjax

Namespace HtmlForgeX
Assembly HtmlForgeX

Ajax configuration for DataTables when using server-side processing or remote data.

Inheritance

  • Object
  • DataTablesAjax

Constructors

public DataTablesAjax() #

Properties

public String Url { get; set; } #
JsonPropertyName("url") JsonIgnore(Condition = 3)

Request URL.

public String Type { get; set; } #
JsonPropertyName("type") JsonIgnore(Condition = 3)

HTTP method, e.g., GET or POST.

public String DataSrc { get; set; } #
JsonPropertyName("dataSrc") JsonIgnore(Condition = 3)

Data source property in the response payload (defaults to "data").

public Dictionary<String, String> Headers { get; set; } #
JsonPropertyName("headers") JsonIgnore(Condition = 3)

Optional request headers.