MarkdownRenderer.RenderMarkdownLink 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 a link element
protected override void RenderMarkdownLink(Microsoft.Toolkit.Parsers.Markdown.Inlines.MarkdownLinkInline element, Microsoft.Toolkit.Parsers.Markdown.Render.IRenderContext context);
override this.RenderMarkdownLink : Microsoft.Toolkit.Parsers.Markdown.Inlines.MarkdownLinkInline * Microsoft.Toolkit.Parsers.Markdown.Render.IRenderContext -> unit
Protected Overrides Sub RenderMarkdownLink (element As MarkdownLinkInline, context As IRenderContext)
Parameters
- element
- MarkdownLinkInline
The parsed inline element to render.
- context
- IRenderContext
Persistent state.