HtmlForgeX

API Reference

Enum

TablerCollectionRemoteMethod

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

HTTP method used by remote collection tables.

Inheritance

  • Enum
  • TablerCollectionRemoteMethod

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const TablerCollectionRemoteMethod Get #

Uses query-string parameters and HTTP GET.

Value: 0
public const TablerCollectionRemoteMethod Post #

Sends the same state object as JSON with HTTP POST.

Value: 1