Class TableHeaderRow
Represents a table header row in a Markdown table.
Implements
Namespace: Radzen.Blazor.Markdown
Assembly: Radzen.Blazor.dll
Syntax
public class TableHeaderRow : TableRow, INode
Methods
Accept(INodeVisitor)
Accepts a INodeVisitor.
Declaration
public override void Accept(INodeVisitor visitor)
Parameters
Type | Name | Description |
---|---|---|
INodeVisitor | visitor |