HtmlTable.InnerHtml Property
.NET Framework 3.0
Gets or sets the content between the opening and closing tags of the control, without automatically converting special characters to their equivalent HTML entities. This property is not supported for this control.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual property String^ InnerHtml { String^ get () override; void set (String^ value) override; }
/** @property */ public String get_InnerHtml () /** @property */ public void set_InnerHtml (String value)
public override function get InnerHtml () : String public override function set InnerHtml (value : String)
Not applicable.
Property Value
The content between the opening and closing tags of the control. Caution: |
|---|
| Do not read from or assign a value to this property. Otherwise, a System.NotSupportedException exception is thrown. This property is inherited from the HtmlContainerControl class and is not applicable to the HtmlTable class. |
Community Additions
ADD
Show:
Caution: