Edit

Share via


MarkdownRendererBase.RenderInline(MarkdownInline, IRenderContext) Method

Definition

Called to render an inline element.

protected void RenderInline(Microsoft.Toolkit.Parsers.Markdown.Inlines.MarkdownInline element, Microsoft.Toolkit.Parsers.Markdown.Render.IRenderContext context);
member this.RenderInline : Microsoft.Toolkit.Parsers.Markdown.Inlines.MarkdownInline * Microsoft.Toolkit.Parsers.Markdown.Render.IRenderContext -> unit
Protected Sub RenderInline (element As MarkdownInline, context As IRenderContext)

Parameters

element
MarkdownInline

The parsed inline element to render.

context
IRenderContext

Persistent state.

Applies to