BuildMaster SDK Reference
Version:
LiteralHtml Class
Basically a System.Web.UI.LiteralControl, except that implements ISimpleControl and provides for optional encoding.
Inheritance Hierarchy
- object
- System.Web.UI.Control
- Inedo.Web.Controls.LiteralHtml
Syntax
public
class
LiteralHtml : System.Web.UI.Control, System.ComponentModel.IComponent, System.IDisposable, System.Web.UI.IParserAccessor, System.Web.UI.IUrlResolutionService, System.Web.UI.IDataBindingsAccessor, System.Web.UI.IControlBuilderAccessor, System.Web.UI.IControlDesignerAccessor, System.Web.UI.IExpressionsAccessor, ISimpleControl
Properties
|
Name |
Description |
|
Text
|
Gets or sets the text.
|
|
WriteEncoded
|
Gets or sets a value indicating whether [write encoded].
|