API Reference
Class
TablerFileShareOptionsFormSettings
Settings sub-builder for TablerFileShareOptionsForm.
Inheritance
- Object
- TablerFileShareOptionsFormSettings
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 TablerFileShareOptionsFormSettings PasswordInput(Boolean show = true) #Returns:
TablerFileShareOptionsFormSettingsShows or hides the optional password input.
Parameters
- show System.Boolean = true
public TablerFileShareOptionsFormSettings ReturnUrl(String returnUrl) #Returns:
TablerFileShareOptionsFormSettingsSets the URL submitted for post-create redirects in server-rendered flows.
Parameters
- returnUrl System.String
public TablerFileShareOptionsFormSettings SubmitText(String text) #Returns:
TablerFileShareOptionsFormSettingsSets submit button text.
Parameters
- text System.String