Click or drag to resize
TagEncodeOutput Property
Gets or sets the value indicating whether control output is encoded or not.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax
C#
public bool EncodeOutput { get; set; }

Property Value

Type: Boolean

Implements

IOutputEncodingControlEncodeOutput
Remarks
True by default.
See Also