HtmlForgeX

API Reference

Class

TablerFileSharePasswordChallengeFormSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerFileSharePasswordChallengeForm.

Inheritance

  • Object
  • TablerFileSharePasswordChallengeFormSettings

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 TablerFileSharePasswordChallengeFormSettings Card(Boolean show = true) #
Returns: TablerFileSharePasswordChallengeFormSettings

Renders without the outer card wrapper.

Parameters

show System.Boolean = true optionalposition: 0
public TablerFileSharePasswordChallengeForm End() #
Returns: TablerFileSharePasswordChallengeForm

Returns the root form.

public TablerFileSharePasswordChallengeFormSettings Method(String method) #
Returns: TablerFileSharePasswordChallengeFormSettings

Sets the HTTP method. Defaults to POST.

Parameters

method System.String requiredposition: 0
public TablerFileSharePasswordChallengeFormSettings PasswordAutocomplete(String value) #
Returns: TablerFileSharePasswordChallengeFormSettings

Sets browser autocomplete for the password field.

Parameters

value System.String requiredposition: 0
public TablerFileSharePasswordChallengeFormSettings PasswordField(String name = "accessPassword", String label = "Access password", String placeholder = "Enter link password") #
Returns: TablerFileSharePasswordChallengeFormSettings

Configures password field name, label, and placeholder.

Parameters

name System.String = "accessPassword" optionalposition: 0
label System.String = "Access password" optionalposition: 1
placeholder System.String = "Enter link password" optionalposition: 2
public TablerFileSharePasswordChallengeFormSettings ReturnUrl(String returnUrl) #
Returns: TablerFileSharePasswordChallengeFormSettings

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

Parameters

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

Sets submit button text.

Parameters

text System.String requiredposition: 0