HtmlForgeX

API Reference

Enum

LinkifyContent

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
Flags

Plain-text token types that can be converted into safe links.

Inheritance

  • Enum
  • LinkifyContent

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const LinkifyContent None #

Do not create links.

Value: 0
public const LinkifyContent Urls #

Link HTTP and HTTPS URLs.

Value: 1
public const LinkifyContent EmailAddresses #

Link email addresses with the mailto scheme.

Value: 2
public const LinkifyContent All #

Link both URLs and email addresses.

Value: 3