LinkifyLinkType Enumeration

Specifies the link type for LinkifyFormatOptions class properties.

Definition

Namespace: DevCase.Core.DataProcessing.Html
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum LinkifyLinkType

Members

Url 0 The link is an url.
Email 1 The link is an email address.
Ipv4 2 The link is a Ipv4 address.
Ipv6 3 The link is a Ipv6 address.
Hashtag 4 The link is a Twitter-like hashtag.
Mention 5 The link is a GitHub-like mention.
Ticket 6 The link is a GitHub-like ticket.

See Also