HyperlinkInline 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 and the target URL cannot be controlled independently.

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

Constructors

HyperlinkInline()

Initializes a new instance of the HyperlinkInline class.

Properties

LinkType

Gets or sets the type of hyperlink.

Text

Gets or sets the text to display.

Type

Gets or sets this element is.

(Inherited from MarkdownInline)
Url

Gets or sets the URL to link to.

Methods

ToString()

Converts the object into it's textual representation.

Applies to