Table Class

Represents a table in a Markdown document.

Inheritance

Object

Markdown.Block

Markdown.Leaf

Markdown.Table

Namespace: Radzen.Blazor.Markdown

Assembly: Radzen.Blazor.dll

Syntax

public class Table : Markdown.Leaf, Markdown.INode, Markdown.IBlockInlineContainer

Constructors

Tablelink

Represents a table in a Markdown document.

Declaration
public Table()

Properties

Rowslink

Gets the rows of the table.

Declaration
public IReadOnlyList<Markdown.TableRow> Rows { get; }
Property Value
Type Description
IReadOnlyList<Markdown.TableRow>Gets the rows of the table.

Methods

Acceptlink

Declaration
public override void Accept(Markdown.INodeVisitor visitor)
Parameters
Type Name Description
Markdown.INodeVisitor visitor
An error has occurred. This app may no longer respond until reloaded. Reload 🗙