HeaderBlock Class 
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.
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 heading. Single-Line Header CommonMark SpecTwo-Line Header CommonMark Spec
public class HeaderBlock : 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 HeaderBlock : 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 HeaderBlock : Microsoft.Toolkit.Parsers.Markdown.Blocks.MarkdownBlock
	type HeaderBlock = 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 HeaderBlock = 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 HeaderBlock = class
    inherit MarkdownBlock
	Public Class HeaderBlock
Inherits MarkdownBlock
		- Inheritance
 
- Attributes
 
Constructors
| HeaderBlock() | 
		 Initializes a new instance of the HeaderBlock class.  | 
        	
Properties
| HeaderLevel | 
		 Gets or sets the header level (1-6). 1 is the most important header, 6 is the least important.  | 
        	
| Inlines | 
		 Gets or sets the contents of the block.  | 
        	
| 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.  |