LinkAnchorInline 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 span that contains a reference for links to point to.
public class LinkAnchorInline : Microsoft.Toolkit.Parsers.Markdown.Inlines.MarkdownInline
[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 LinkAnchorInline : Microsoft.Toolkit.Parsers.Markdown.Inlines.MarkdownInline
[System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3200 for more info.")]
public class LinkAnchorInline : Microsoft.Toolkit.Parsers.Markdown.Inlines.MarkdownInline
type LinkAnchorInline = class
inherit MarkdownInline
[<System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")>]
type LinkAnchorInline = class
inherit MarkdownInline
[<System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3200 for more info.")>]
type LinkAnchorInline = class
inherit MarkdownInline
Public Class LinkAnchorInline
Inherits MarkdownInline
- Inheritance
- Attributes
Properties
Link |
Gets or sets the Name of this Link Reference. |
Raw |
Gets or sets the raw Link Reference. |
Type |
Gets or sets this element is. (Inherited from MarkdownInline) |
Methods
ToString() |
Converts the object into it's textual representation. |