LinkifyLinkType Enumeration
Namespace: DevCase.Core.DataProcessing.HtmlAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum LinkifyLinkType
Public Enumeration LinkifyLinkType
Dim instance As LinkifyLinkType
public enum class LinkifyLinkType
No code example is currently available or this language may not be supported.
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.
|