API Reference
Class
DeepLinksGlobalConfig
Global configuration for deep-linking behaviors in generated documents.
Inheritance
- Object
- DeepLinksGlobalConfig
Constructors
public DeepLinksGlobalConfig() #Inherited Methods
Properties
public Boolean Enabled { get; set; } #Enables HtmlForgeX deep-link helper behavior.
public String TabParamName { get; set; } #Query string parameter name used to activate a top-level tab. Example: ?tab=Alerts.
public String SubtabParamName { get; set; } #Query string parameter name used to activate a nested tab within the active tab pane. Example: ?subtab=Failures.
public List<String> DataTablesSearchParamNames { get; } #Query string parameter names whose values are combined into a single DataTables global search term. When empty, no automatic DataTables search is applied.
public Int32 DataTablesSearchDelayMs { get; set; } #Delay (in milliseconds) before applying DataTables search after navigation/initialization.
public Boolean DataTablesSearchRegex { get; set; } #Whether DataTables search should treat the term as a regular expression.
public Boolean DataTablesSearchSmart { get; set; } #Whether DataTables "smart" search is enabled when applying the term.