HtmlForgeX

API Reference

Class

TablerFileShareDownloadListSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Advanced display and protected-download settings for TablerFileShareDownloadList.

Inheritance

  • Object
  • TablerFileShareDownloadListSettings

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 TablerFileShareDownloadListSettings DownloadText(String text) #
Returns: TablerFileShareDownloadListSettings

Sets default download button text.

Parameters

text System.String requiredposition: 0
public TablerFileShareDownloadListSettings Empty(String title, String description = null) #
Returns: TablerFileShareDownloadListSettings

Sets empty-state title and optional description.

Parameters

title System.String requiredposition: 0
description System.String = null optionalposition: 1
public TablerFileShareDownloadList End() #
Returns: TablerFileShareDownloadList

Returns the root download list.

public TablerFileShareDownloadListSettings ProtectedDownloads(String csrfToken, String shareAccessGrant = null, String csrfFieldName = "csrf", String shareAccessGrantFieldName = "shareAccessGrant") #
Returns: TablerFileShareDownloadListSettings

Configures protected download posts with a server-issued access grant.

Parameters

csrfToken System.String requiredposition: 0
shareAccessGrant System.String = null optionalposition: 1
csrfFieldName System.String = "csrf" optionalposition: 2
shareAccessGrantFieldName System.String = "shareAccessGrant" optionalposition: 3