MarkdownRendererBase.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 abstract void RenderMarkdownLink(Microsoft.Toolkit.Parsers.Markdown.Inlines.MarkdownLinkInline element, Microsoft.Toolkit.Parsers.Markdown.Render.IRenderContext context);
abstract member RenderMarkdownLink : Microsoft.Toolkit.Parsers.Markdown.Inlines.MarkdownLinkInline * Microsoft.Toolkit.Parsers.Markdown.Render.IRenderContext -> unit
Protected MustOverride Sub RenderMarkdownLink (element As MarkdownLinkInline, context As IRenderContext)
Parameters
- element
- MarkdownLinkInline
The parsed inline element to render.
- context
- IRenderContext
Persistent state.