HyperlinkType Enum

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.

Specifies the type of Hyperlink that is used.

public enum HyperlinkType
[System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")]
public enum HyperlinkType
[System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3200 for more info.")]
public enum HyperlinkType
type HyperlinkType = 
[<System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")>]
type HyperlinkType = 
[<System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/CommunityToolkit/WindowsCommunityToolkit/issues/3200 for more info.")>]
type HyperlinkType = 
Public Enum HyperlinkType
Inheritance
HyperlinkType
Attributes

Fields

BracketedUrl 0

A hyperlink surrounded by angle brackets (e.g. "http://www.reddit.com").

Email 3

An email address (e.g. "test@reddit.com").

FullUrl 1

A fully qualified hyperlink (e.g. "http://www.reddit.com").

PartialUrl 2

A URL without a scheme (e.g. "www.reddit.com").

Subreddit 4

A subreddit link (e.g. "/r/news").

User 5

A user link (e.g. "/u/quinbd").

Applies to