HorizontalRuleBlock 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 a horizontal line.

public class HorizontalRuleBlock : 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 HorizontalRuleBlock : 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 HorizontalRuleBlock : Microsoft.Toolkit.Parsers.Markdown.Blocks.MarkdownBlock
type HorizontalRuleBlock = 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 HorizontalRuleBlock = 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 HorizontalRuleBlock = class
    inherit MarkdownBlock
Public Class HorizontalRuleBlock
Inherits MarkdownBlock
Inheritance
HorizontalRuleBlock
Attributes

Constructors

HorizontalRuleBlock()

Initializes a new instance of the HorizontalRuleBlock class.

Properties

Type

Gets or sets tells us what type this element is.

(Inherited from MarkdownBlock)

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