API Reference
Class
TablerFileTransferDecisionFormSettings
Settings sub-builder for TablerFileTransferDecisionForm.
Inheritance
- Object
- TablerFileTransferDecisionFormSettings
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
Methods
public TablerFileTransferDecisionFormSettings Card(Boolean show = true) #Returns:
TablerFileTransferDecisionFormSettingsRenders without the outer card wrapper.
Parameters
- show System.Boolean = true
public TablerFileTransferDecisionForm End() #Returns:
TablerFileTransferDecisionFormReturns the root form.
public TablerFileTransferDecisionFormSettings Method(String method) #Returns:
TablerFileTransferDecisionFormSettingsSets the HTTP method. Defaults to POST.
Parameters
- method System.String
public TablerFileTransferDecisionFormSettings ReasonText(String label, String placeholder = null) #Returns:
TablerFileTransferDecisionFormSettingsSets reason label and placeholder.
Parameters
- label System.String
- placeholder System.String = null
public TablerFileTransferDecisionFormSettings ReturnUrl(String returnUrl) #Returns:
TablerFileTransferDecisionFormSettingsSets the URL submitted for post-save redirects in server-rendered flows.
Parameters
- returnUrl System.String
public TablerFileTransferDecisionFormSettings SubmitText(String text) #Returns:
TablerFileTransferDecisionFormSettingsSets submit button text.
Parameters
- text System.String