Class HtmlContainerControl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.HtmlControls
Assembly: ArtOfTest.WebAii.dll
Syntax
public class HtmlContainerControl : HtmlControl
Constructors
HtmlContainerControl()
Declaration
public HtmlContainerControl()
HtmlContainerControl(Element)
Properties
InnerText
Declaration
public string InnerText { get; }
Property Value
System.String
|
TextContent
Declaration
public string TextContent { get; }
Property Value
System.String
|