YamlHeaderBlock 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.
Yaml Header. use for blog. e.g.
title: something tag: something
public class YamlHeaderBlock : 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 YamlHeaderBlock : 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 YamlHeaderBlock : Microsoft.Toolkit.Parsers.Markdown.Blocks.MarkdownBlock
type YamlHeaderBlock = 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 YamlHeaderBlock = 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 YamlHeaderBlock = class
inherit MarkdownBlock
Public Class YamlHeaderBlock
Inherits MarkdownBlock
- Inheritance
- Attributes
Constructors
YamlHeaderBlock() |
Initializes a new instance of the YamlHeaderBlock class. |
Properties
Children |
Gets or sets yaml header 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. |