HtmlForgeX

API Reference

Class

TablerFileServiceSendForm

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Calm file/folder sending form for reusable file-service frontends.

Inheritance

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

Methods

public TablerFileServiceSendForm Action(String action) #
Returns: TablerFileServiceSendForm

Sets the form action URL.

Parameters

action System.String requiredposition: 0
public TablerFileServiceSendForm AddContent(Element content) #
Returns: TablerFileServiceSendForm

Adds extra content after the core form fields.

Parameters

content HtmlForgeX.Element requiredposition: 0
public TablerFileServiceSendForm AddDestination(String text, String value = null, Boolean selected = false) #
Returns: TablerFileServiceSendForm

Adds a destination or target option used by advanced/source-target modes.

Parameters

text System.String requiredposition: 0
value System.String = null optionalposition: 1
selected System.Boolean = false optionalposition: 2
public TablerFileServiceSendForm AddProfile(String text, String value = null, Boolean selected = false) #
Returns: TablerFileServiceSendForm

Adds a transfer profile option used by advanced/source-target modes.

Parameters

text System.String requiredposition: 0
value System.String = null optionalposition: 1
selected System.Boolean = false optionalposition: 2
public TablerFileServiceSendForm AddReadinessItem(String text) #
Returns: TablerFileServiceSendForm

Adds a readiness checklist line.

Parameters

text System.String requiredposition: 0
public TablerFileServiceSendForm AddRecipient(String text, String value = null, Boolean selected = false) #
Returns: TablerFileServiceSendForm

Adds a selectable recipient/person/group.

Parameters

text System.String requiredposition: 0
value System.String = null optionalposition: 1
selected System.Boolean = false optionalposition: 2
public TablerFileServiceSendForm AntiForgery(String token, String fieldName = "csrf") #
Returns: TablerFileServiceSendForm

Adds an anti-forgery hidden field to the form.

Parameters

token System.String requiredposition: 0
fieldName System.String = "csrf" optionalposition: 1
public TablerFileServiceSendForm AsyncUpload(String url, DropzoneUploadFeatures features = Default, AllowCancel) #
Returns: TablerFileServiceSendForm

Configures async upload attributes on the embedded dropzone.

Parameters

url System.String requiredposition: 0
features HtmlForgeX.DropzoneUploadFeatures = Default, AllowCancel optionalposition: 1
public TablerFileServiceSendForm Method(String method) #
Returns: TablerFileServiceSendForm
EditorBrowsable(2)

Sets the form method. Defaults to POST.

Parameters

method System.String requiredposition: 0
public TablerFileServiceSendForm Mode(TablerFileServiceMode mode) #
Returns: TablerFileServiceSendForm

Sets the visible mode for this form.

Parameters

mode HtmlForgeX.TablerFileServiceMode requiredposition: 0
RegisterLibraries() #
public TablerFileServiceSendForm Settings(Action<TablerFileServiceSendFormSettings> configure) #
Returns: TablerFileServiceSendForm

Groups less-common options under a single fluent entry point.

Parameters

configure System.Action{HtmlForgeX.TablerFileServiceSendFormSettings} requiredposition: 0
public TablerFileServiceSendForm Title(String title) #
Returns: TablerFileServiceSendForm

Sets the heading.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String