Represents a text node.
Namespace: Radzen.Documents.Markdown
Assembly: Radzen.Blazor.dll
public class Text : Documents.Markdown.Inline, Documents.Markdown.INodeRepresents a text node.
public Text(string value)
| Type | Name | Description |
|---|---|---|
| string | value |
Gets or sets the text value.
public string Value { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the text value. |
public override void Accept(Documents.Markdown.INodeVisitor visitor)
| Type | Name | Description |
|---|---|---|
| Documents.Markdown.INodeVisitor | visitor |