MarkdownLinkInline Class

Definition

Caution

Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.

Represents a type of hyperlink where the text can be different from the target URL.

[System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")]
public class MarkdownLinkInline : CommunityToolkit.Common.Parsers.Markdown.Inlines.MarkdownInline, CommunityToolkit.Common.Parsers.Markdown.Inlines.IInlineContainer
[<System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")>]
type MarkdownLinkInline = class
    inherit MarkdownInline
    interface IInlineContainer
Public Class MarkdownLinkInline
Inherits MarkdownInline
Implements IInlineContainer
Inheritance
Attributes
Implements

Constructors

MarkdownLinkInline()

Initializes a new instance of the MarkdownLinkInline class.

Properties

Inlines

Gets or sets the contents of the inline.

ReferenceId

Gets or sets the ID of a reference, if this is a reference-style link.

Tooltip

Gets or sets a tooltip to display on hover.

Type

Gets or sets this element is.

(Inherited from MarkdownInline)
Url

Gets or sets the link URL.

Methods

ToString()

Converts the object into it's textual representation.

Applies to