HtmlForgeX

API Reference

Class

TablerFileTransferDecisionForm

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Admin decision form for file-service quarantine/release workflows.

Inheritance

  • Element
  • TablerFileTransferDecisionForm

Usage

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

Accepted by parameters

Constructors

public TablerFileTransferDecisionForm() #

Methods

public TablerFileTransferDecisionForm Action(String action) #
Returns: TablerFileTransferDecisionForm

Sets the form action URL.

Parameters

action System.String requiredposition: 0
public TablerFileTransferDecisionForm AddDecision(String text, String value = null, Boolean selected = false) #
Returns: TablerFileTransferDecisionForm

Adds a decision option.

Parameters

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

Adds an anti-forgery hidden field to the form.

Parameters

token System.String requiredposition: 0
fieldName System.String = "csrf" optionalposition: 1
public TablerFileTransferDecisionForm Decision(String value) #
Returns: TablerFileTransferDecisionForm

Sets the selected decision value.

Parameters

value System.String requiredposition: 0
RegisterLibraries() #
public TablerFileTransferDecisionForm ReturnUrl(String returnUrl) #
Returns: TablerFileTransferDecisionForm
EditorBrowsable(2)

Sets the URL submitted for post-save redirects in server-rendered flows.

Parameters

returnUrl System.String requiredposition: 0
public TablerFileTransferDecisionForm Settings(Action<TablerFileTransferDecisionFormSettings> configure) #
Returns: TablerFileTransferDecisionForm

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

Parameters

configure System.Action{HtmlForgeX.TablerFileTransferDecisionFormSettings} requiredposition: 0
public TablerFileTransferDecisionForm Subtitle(String subtitle) #
Returns: TablerFileTransferDecisionForm

Sets optional helper text.

Parameters

subtitle System.String requiredposition: 0
public TablerFileTransferDecisionForm Title(String title) #
Returns: TablerFileTransferDecisionForm

Sets the visible title.

Parameters

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

Sets the transfer id being decided.

Parameters

transferId System.String requiredposition: 0