[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Specifies how to handle automatic hyperlinks.

Namespace: JohnHolliday.Caml.Net
Assembly:  JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)

Syntax

C#
public enum AutoHyperlinkType
Visual Basic (Declaration)
Public Enumeration AutoHyperlinkType
Visual C++
public enum class AutoHyperlinkType

Members

Member nameDescription
None
Hyperlinks are ignored.
Plain
Surround text with <A> tags if the text appears like a hyperlink (for example, www.johnholliday.net), but without HTML encoding.
HTMLEncoded
Surround text with <A> tags if the text appears like a hyperlink, with HTML encoding.

See Also