LinkifyInterfaceType Enumeration

Specifies a string → link conversion interface for Linkify(FileInfo, LinkifyInterfaceType, LinkifyPlugins, LinkifyFormatOptions, Encoding) function.

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 LinkifyInterfaceType

Remarks

Members

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.

See Also