BuildMaster SDK Reference
Version:
Element Class
Represents a basic HTML element.
Inheritance Hierarchy
- object
- System.Web.UI.Control
- Inedo.Web.Controls.Element
Syntax
public
class
Element : 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, System.Web.UI.IAttributeAccessor, IMandatoryClientIdPolicyContainer, ISimpleControl, ISimpleControlContainer, ISimpleClientResourceConsumer
Properties
|
Name |
Description |
|
Attributes
|
Gets the attributes.
|
|
Class
|
Gets or sets the "class" attribute.
|
|
Classes
|
Gets the collection of CSS classes.
|
|
ElementType
|
Gets the type of the element passed to the constructor.
|
|
InnerHtml
|
Gets or sets the inner HTML.
|
|
InnerText
|
Gets or sets the inner text.
|
|
IsIdRequired
|
Gets a value indicating whether a client control ID is required
for this element and any child elements.
|
|
Style
|
Gets or sets the "style" attribute.
|