Represents a text node.
Namespace: Radzen.Blazor.Markdown
Assembly: Radzen.Blazor.dll
public class Text : Markdown.Inline, 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(Markdown.INodeVisitor visitor)
| Type | Name | Description |
|---|---|---|
| Markdown.INodeVisitor | visitor |