MarkdownRendererBase.RenderInlineChildren Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renders all of the children for the given element.
protected void RenderInlineChildren (System.Collections.Generic.IList<Microsoft.Toolkit.Parsers.Markdown.Inlines.MarkdownInline> inlineElements, Microsoft.Toolkit.Parsers.Markdown.Render.IRenderContext context);
member this.RenderInlineChildren : System.Collections.Generic.IList<Microsoft.Toolkit.Parsers.Markdown.Inlines.MarkdownInline> * Microsoft.Toolkit.Parsers.Markdown.Render.IRenderContext -> unit
Protected Sub RenderInlineChildren (inlineElements As IList(Of MarkdownInline), context As IRenderContext)
Parameters
- inlineElements
- IList<MarkdownInline>
The parsed inline elements to render.
- context
- IRenderContext
Persistent state.