MarkdownRendererBase.CheckRenderMarkdownLink 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.
Verifies if the link is valid, before processing into a link, or plain text.
protected void CheckRenderMarkdownLink(Microsoft.Toolkit.Parsers.Markdown.Inlines.MarkdownLinkInline element, Microsoft.Toolkit.Parsers.Markdown.Render.IRenderContext context);
member this.CheckRenderMarkdownLink : Microsoft.Toolkit.Parsers.Markdown.Inlines.MarkdownLinkInline * Microsoft.Toolkit.Parsers.Markdown.Render.IRenderContext -> unit
Protected Sub CheckRenderMarkdownLink (element As MarkdownLinkInline, context As IRenderContext)
Parameters
- element
- MarkdownLinkInline
The parsed inline element to render.
- context
- IRenderContext
Persistent state.