HtmlForgeX

API Reference

Class

TablerFileShareLinkList

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Copyable share-link history for user and admin file-service surfaces.

Inheritance

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

Methods

public TablerFileShareLinkList Empty(String text) #
Returns: TablerFileShareLinkList
EditorBrowsable(2)

Sets empty text.

Parameters

text System.String requiredposition: 0
RegisterLibraries() #
public TablerFileShareLinkList RevokeContext(String csrfToken, String returnUrl = null, String csrfFieldName = "csrf") #
Returns: TablerFileShareLinkList
EditorBrowsable(2)

Sets shared form context for row-level revoke actions.

Parameters

csrfToken System.String requiredposition: 0
returnUrl System.String = null optionalposition: 1
csrfFieldName System.String = "csrf" optionalposition: 2
public TablerFileShareLinkList Settings(Action<TablerFileShareLinkListSettings> configure) #
Returns: TablerFileShareLinkList

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

Parameters

configure System.Action{HtmlForgeX.TablerFileShareLinkListSettings} requiredposition: 0
public TablerFileShareLinkList Subtitle(String subtitle) #
Returns: TablerFileShareLinkList
EditorBrowsable(2)

Sets list subtitle.

Parameters

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

Sets list title.

Parameters

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