Turns on HtmlEncoding of text. If this option is on the control will assume, it is being passed encoded text and will decode.

Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool HtmlEncode { get; set; }
Visual Basic
Public Property HtmlEncode As Boolean
	Get
	Set

See Also