LinkifyPlugins 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.
[FlagsAttribute]
public enum LinkifyPlugins
<FlagsAttribute>
Public Enumeration LinkifyPlugins
Dim instance As LinkifyPlugins
[FlagsAttribute]
public enum class LinkifyPlugins
[<FlagsAttribute>]
type LinkifyPlugins
No code example is currently available or this language may not be supported.
None |
0 |
Does not use any plugin.
|
IpAddress |
1 |
Adds support for detecting IPv4 and IPv6 (limited) addresses.
|
Hashtag |
2 |
Adds support for Twitter-style hashtags.
|
Mention |
4 |
Adds support for Twitter- and GitHub- style “at”-mentions.
|
Ticket |
8 |
Adds support for GitHub-style tickets/issues.
|
All |
15 |
Specifies all linkify plugins (IpAddress, Hashtag, Mention and Ticket).
|