LinkReferenceBlock Class

Definition

Caution

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

Caution

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

Represents the target of a reference ([ref][]).

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

Constructors

LinkReferenceBlock()

Initializes a new instance of the LinkReferenceBlock class.

Properties

Id

Gets or sets the reference ID.

Tooltip

Gets or sets a tooltip to display on hover.

Type

Gets or sets tells us what type this element is.

(Inherited from MarkdownBlock)
Url

Gets or sets the link URL.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from MarkdownBlock)
GetHashCode()

Serves as the default hash function.

(Inherited from MarkdownBlock)
ToString()

Converts the object into it's textual representation.

Applies to