Represents a table in a Markdown document.
Namespace: Radzen.Blazor.Markdown
Assembly: Radzen.Blazor.dll
public class Table : Markdown.Leaf, Markdown.INode, Markdown.IBlockInlineContainerGets the rows of the table.
public IReadOnlyList<Markdown.TableRow> Rows { get; }
| Type | Description |
|---|---|
| IReadOnlyList<Markdown.TableRow> | Gets the rows of the table. |
public override void Accept(Markdown.INodeVisitor visitor)
| Type | Name | Description |
|---|---|---|
| Markdown.INodeVisitor | visitor |