HtmlForgeX

API Reference

Class

TableHeaderCell

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

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

Accepted by parameters

Methods

public static TableHeaderCell Raw(String name, TrustedHtml html) #
Returns: TableHeaderCell
EditorBrowsable(2)

Creates a header whose display markup is explicitly trusted while preserving a plain semantic name.

Parameters

name System.String requiredposition: 0
html HtmlForgeX.TrustedHtml requiredposition: 1

Properties

public String Name { get; } #

Gets the plain-text header name used by table behavior and accessibility helpers.