API Reference
Class
TablerFileSharePasswordChallengeFormSettings
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.
Returned or exposed by
- Method TablerFileSharePasswordChallengeFormSettings.Card
- Method TablerFileSharePasswordChallengeFormSettings.Method
- Method TablerFileSharePasswordChallengeFormSettings.PasswordAutocomplete
- Method TablerFileSharePasswordChallengeFormSettings.PasswordField
- Method TablerFileSharePasswordChallengeFormSettings.ReturnUrl
- Method TablerFileSharePasswordChallengeFormSettings.SubmitText
Accepted by parameters
Methods
public TablerFileSharePasswordChallengeFormSettings Card(Boolean show = true) #Returns:
TablerFileSharePasswordChallengeFormSettingsRenders without the outer card wrapper.
Parameters
- show System.Boolean = true
public TablerFileSharePasswordChallengeForm End() #Returns:
TablerFileSharePasswordChallengeFormReturns the root form.
public TablerFileSharePasswordChallengeFormSettings Method(String method) #Returns:
TablerFileSharePasswordChallengeFormSettingsSets the HTTP method. Defaults to POST.
Parameters
- method System.String
public TablerFileSharePasswordChallengeFormSettings PasswordAutocomplete(String value) #Returns:
TablerFileSharePasswordChallengeFormSettingsSets browser autocomplete for the password field.
Parameters
- value System.String
public TablerFileSharePasswordChallengeFormSettings PasswordField(String name = "accessPassword", String label = "Access password", String placeholder = "Enter link password") #Returns:
TablerFileSharePasswordChallengeFormSettingsConfigures password field name, label, and placeholder.
Parameters
- name System.String = "accessPassword"
- label System.String = "Access password"
- placeholder System.String = "Enter link password"
public TablerFileSharePasswordChallengeFormSettings ReturnUrl(String returnUrl) #Returns:
TablerFileSharePasswordChallengeFormSettingsSets the URL submitted for post-open redirects in server-rendered flows.
Parameters
- returnUrl System.String
public TablerFileSharePasswordChallengeFormSettings SubmitText(String text) #Returns:
TablerFileSharePasswordChallengeFormSettingsSets submit button text.
Parameters
- text System.String