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.UserControlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public bool HtmlEncode { get; set; } |
| Visual Basic |
|---|
Public Property HtmlEncode As Boolean Get Set |