API Reference
Class
TableHeaderCell
Represents a semantic table header name with optional explicitly trusted display markup.
Inheritance
- Object
- TableHeaderCell
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 TableHeaderCell.Raw
Accepted by parameters
- Method BootstrapTable.AddHeader
- Method DataTablesTable.AddHeader
- Method Table.AddHeader
- Method TablerTable.AddHeader
Methods
public static TableHeaderCell Raw(String name, TrustedHtml html) #Returns:
TableHeaderCellEditorBrowsable(2)Creates a header whose display markup is explicitly trusted while preserving a plain semantic name.
Parameters
- name System.String
- html HtmlForgeX.TrustedHtml
Inherited Methods
Properties
public String Name { get; } #Gets the plain-text header name used by table behavior and accessibility helpers.