Markdown

Class

For examples and usage details, see the component documentation.

View Markdown Component
Namespace: RazorConsole.Components
Assembly: RazorConsole.Core

Definition

public class Markdown : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

1
NameTypeDescription
Markdown()Constructor

Properties

1
NameTypeDescription
Common
ContentStringMarkdown content to render. Supports standard Markdown syntax.

Methods

2
NameTypeDescription
BuildRenderTree(RenderTreeBuilder)()Method
OnParametersSet()MethodCalled when component parameters are set. Converts the Markdown content to HTML for rendering.