HtmlForgeX

API Reference

Class

TablerShareLinkCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

WeTransfer-like “share link” card: title/subtitle + copy-to-clipboard input (no consumer JS).

Inheritance

Constructors

public TablerShareLinkCard() #

Creates a share link card.

Methods

public TablerShareLinkCard CopyText(String text) #
Returns: TablerShareLinkCard

Overrides what is copied to clipboard (useful when the displayed value is masked).

Parameters

text System.String requiredposition: 0
public TablerShareLinkCard Settings(Action<TablerShareLinkCardSettings> configure) #
Returns: TablerShareLinkCard

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

Parameters

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

Sets the card subtitle.

Parameters

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

Sets the card title.

Parameters

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

Sets the URL value displayed and copied to clipboard.

Parameters

url System.String requiredposition: 0