HtmlForgeX

API Reference

Class

TablerFileShareOptionsFormSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

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.

Accepted by parameters

Methods

public TablerFileShareOptionsForm End() #
Returns: TablerFileShareOptionsForm

Returns the root form.

public TablerFileShareOptionsFormSettings PasswordInput(Boolean show = true) #
Returns: TablerFileShareOptionsFormSettings

Shows or hides the optional password input.

Parameters

show System.Boolean = true optionalposition: 0
public TablerFileShareOptionsFormSettings ReturnUrl(String returnUrl) #
Returns: TablerFileShareOptionsFormSettings

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

Parameters

returnUrl System.String requiredposition: 0
public TablerFileShareOptionsFormSettings SubmitText(String text) #
Returns: TablerFileShareOptionsFormSettings

Sets submit button text.

Parameters

text System.String requiredposition: 0