Text Class

Represents a text node.

Inheritance

Object

Markdown.Inline

Markdown.Text

Implements

Namespace: Radzen.Blazor.Markdown

Assembly: Radzen.Blazor.dll

Syntax

public class Text : Markdown.Inline, Markdown.INode

Constructors

Textlink

Represents a text node.

Declaration
public Text(string value)
Parameters
Type Name Description
string value

Properties

Valuelink

Gets or sets the text value.

Declaration
public string Value { get; set; }
Property Value
Type Description
stringGets or sets the text value.

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 🗙