HtmlForgeX

API Reference

Class

TablerFileSecureMessageFormSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerFileSecureMessageForm.

Inheritance

  • Object
  • TablerFileSecureMessageFormSettings

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 TablerFileSecureMessageFormSettings AddPayloadHighlightLanguage(String text, String language, Boolean selected = false) #
Returns: TablerFileSecureMessageFormSettings

Adds a Prism language option to the payload editor picker.

Parameters

text System.String requiredposition: 0
language System.String requiredposition: 1
selected System.Boolean = false optionalposition: 2
public TablerFileSecureMessageFormSettings Card(Boolean show = true) #
Returns: TablerFileSecureMessageFormSettings

Controls the outer card wrapper.

Parameters

show System.Boolean = true optionalposition: 0
public TablerFileSecureMessageFormSettings ClientSideEncryption(Boolean enabled = true) #
Returns: TablerFileSecureMessageFormSettings

Sets the default encryption-policy checkbox state; the host service performs encryption.

Parameters

enabled System.Boolean = true optionalposition: 0
public TablerFileSecureMessageFormSettings EditorText(String label, String placeholder) #
Returns: TablerFileSecureMessageFormSettings

Sets editor label and placeholder.

Parameters

label System.String requiredposition: 0
placeholder System.String requiredposition: 1
public TablerFileSecureMessageForm End() #
Returns: TablerFileSecureMessageForm

Returns the root form.

public TablerFileSecureMessageFormSettings Expiry(String value) #
Returns: TablerFileSecureMessageFormSettings

Sets selected expiry option value.

Parameters

value System.String requiredposition: 0
public TablerFileSecureMessageFormSettings OneTimeReveal(Boolean enabled = true) #
Returns: TablerFileSecureMessageFormSettings

Sets default one-time reveal state.

Parameters

enabled System.Boolean = true optionalposition: 0
public TablerFileSecureMessageFormSettings PasswordRequired(Boolean enabled = true) #
Returns: TablerFileSecureMessageFormSettings

Sets default password-required state.

Parameters

enabled System.Boolean = true optionalposition: 0
public TablerFileSecureMessageFormSettings PayloadHighlighting(Boolean enabled = true) #
Returns: TablerFileSecureMessageFormSettings

Controls Prism-backed payload highlighting for script and text editors.

Parameters

enabled System.Boolean = true optionalposition: 0
public TablerFileSecureMessageFormSettings PayloadHighlightLanguage(String language) #
Returns: TablerFileSecureMessageFormSettings

Sets the Prism language used by the highlighted payload editor.

Parameters

language System.String requiredposition: 0
public TablerFileSecureMessageFormSettings PayloadHighlightLanguageLabel(String label) #
Returns: TablerFileSecureMessageFormSettings

Sets the visible label for the Prism language picker.

Parameters

label System.String requiredposition: 0
public TablerFileSecureMessageFormSettings PayloadHighlightLanguageSelector(Boolean show = true) #
Returns: TablerFileSecureMessageFormSettings

Controls the visible Prism language picker above the payload editor.

Parameters

show System.Boolean = true optionalposition: 0
public TablerFileSecureMessageFormSettings RecipientText(String label, String placeholder) #
Returns: TablerFileSecureMessageFormSettings

Sets recipient select label and placeholder.

Parameters

label System.String requiredposition: 0
placeholder System.String requiredposition: 1
public TablerFileSecureMessageFormSettings ReturnUrl(String returnUrl) #
Returns: TablerFileSecureMessageFormSettings

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

Parameters

returnUrl System.String requiredposition: 0
public TablerFileSecureMessageFormSettings RevealPreview(String title, String text) #
Returns: TablerFileSecureMessageFormSettings

Sets the reveal preview title and body.

Parameters

title System.String requiredposition: 0
text System.String requiredposition: 1
public TablerFileSecureMessageFormSettings SubmitText(String text) #
Returns: TablerFileSecureMessageFormSettings

Sets submit button text.

Parameters

text System.String requiredposition: 0