HtmlForgeX

API Reference

Class

TablerFileSharePasswordChallengeForm

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Password gate for protected public file-service share links.

Inheritance

  • Element
  • TablerFileSharePasswordChallengeForm

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

Constructors

public TablerFileSharePasswordChallengeForm() #

Methods

public TablerFileSharePasswordChallengeForm Action(String action) #
Returns: TablerFileSharePasswordChallengeForm

Sets the form action URL.

Parameters

action System.String requiredposition: 0
public TablerFileSharePasswordChallengeForm AntiForgery(String token, String fieldName = "csrf") #
Returns: TablerFileSharePasswordChallengeForm

Adds an anti-forgery hidden field to the form.

Parameters

token System.String requiredposition: 0
fieldName System.String = "csrf" optionalposition: 1
RegisterLibraries() #
public TablerFileSharePasswordChallengeForm ReturnUrl(String returnUrl) #
Returns: TablerFileSharePasswordChallengeForm
EditorBrowsable(2)

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

Parameters

returnUrl System.String requiredposition: 0
public TablerFileSharePasswordChallengeForm Settings(Action<TablerFileSharePasswordChallengeFormSettings> configure) #
Returns: TablerFileSharePasswordChallengeForm

Groups less-common options under a single fluent entry point.

Parameters

configure System.Action{HtmlForgeX.TablerFileSharePasswordChallengeFormSettings} requiredposition: 0
public TablerFileSharePasswordChallengeForm Subtitle(String subtitle) #
Returns: TablerFileSharePasswordChallengeForm

Sets optional helper text.

Parameters

subtitle System.String requiredposition: 0
public TablerFileSharePasswordChallengeForm Title(String title) #
Returns: TablerFileSharePasswordChallengeForm

Sets the visible title.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String