LinkifyInterfaceType 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 LinkifyInterfaceType
Public Enumeration LinkifyInterfaceType
Dim instance As LinkifyInterfaceType
public enum class LinkifyInterfaceType
type LinkifyInterfaceType
No code example is currently available or this language may not be supported.
Html |
1 |
Linkify HTML String Interface: Highlight links within strings that contain HTML markup.
|
PlainText |
4 |
Linkify String Interface: Replace links in plain-text strings with anchor tags.
Note: this interface will not parse strings with HTML.
|