API Reference
Class
TablerExpiringAssetAlertPreset
Preset builder for expiring assets, renewals, and certificates.
Inheritance
- Object
- TablerExpiringAssetAlertPreset
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
- Method TablerExpiringAssetAlertPreset.Action
- Method TablerExpiringAssetAlertPreset.ActionMenu
- Method TablerExpiringAssetAlertPreset.Asset
- Method TablerExpiringAssetAlertPreset.Badge
- Method TablerExpiringAssetAlertPreset.Deadline
- Method TablerExpiringAssetAlertPreset.Eyebrow
- Method TablerExpiringAssetAlertPreset.Meta
- Method TablerExpiringAssetAlertPreset.Severity
Accepted by parameters
Methods
public TablerExpiringAssetAlertPreset Action(String text, String href, Action<TablerButton> configure = null) #Returns:
TablerExpiringAssetAlertPresetAdds a primary action.
Parameters
- text System.String
- href System.String
- configure System.Action{HtmlForgeX.TablerButton} = null
public TablerExpiringAssetAlertPreset Asset(String title, String subtitle) #Returns:
TablerExpiringAssetAlertPresetSets the asset title and supporting description.
Parameters
- title System.String
- subtitle System.String
public TablerExpiringAssetAlertPreset Badge(String text, TablerColor color = Orange) #Returns:
TablerExpiringAssetAlertPresetOverrides the trailing status badge.
Parameters
- text System.String
- color HtmlForgeX.TablerColor = Orange
public TablerExpiringAssetAlertPreset Deadline(String text) #Returns:
TablerExpiringAssetAlertPresetSets the deadline label.
Parameters
- text System.String
public TablerExpiringAssetAlertPreset Eyebrow(String eyebrow) #Returns:
TablerExpiringAssetAlertPresetOverrides the eyebrow copy.
Parameters
- eyebrow System.String
public TablerExpiringAssetAlertPreset Meta(String text, Nullable<TablerColor> color = null) #Returns:
TablerExpiringAssetAlertPresetAdds a scope, region, or owner chip.
Parameters
- text System.String
- color System.Nullable{HtmlForgeX.TablerColor} = null
public TablerExpiringAssetAlertPreset Severity(String text, TablerColor color, Nullable<TablerIconType> icon = null) #Returns:
TablerExpiringAssetAlertPresetAdjusts severity text/color for the row.
Parameters
- text System.String
- color HtmlForgeX.TablerColor
- icon System.Nullable{HtmlForgeX.TablerIconType} = null