Click or drag to resize
IOutputEncodingControl Interface
Defines control capable of encoding output during rendering.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax
C#
public interface IOutputEncodingControl

The IOutputEncodingControl type exposes the following members.

Properties
  NameDescription
Public propertyEncodeOutput
Gets or sets the value indicating whether control output is encoded or not.
Top
See Also