ClassHtmlContainerControl
Class
Base class for all container controls. Controls that are allowed to contain other Html elements.
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class HtmlContainerControl : HtmlControl
Inheritance: objectControlHtmlControlHtmlContainerControl
Derived Classes:
Inherited Members
Constructors
HtmlContainerControl()
Create a new HtmlContainerControl
Declaration
cs-api-definition
public HtmlContainerControl()
HtmlContainerControl(Element)
Create a new control.
Declaration
cs-api-definition
public HtmlContainerControl(Element element)
Parameters
element
The base element.
Properties
InnerText
Gets the innerText of this container control.
TextContent
Gets the TextContent of this container control.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The base element.
Overrides