HtmlTableRow.InnerText Property
.NET Framework 3.0
Gets or sets the content between the opening and closing tags of the control with automatic conversion of 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^ InnerText { String^ get () override; void set (String^ value) override; }
/** @property */ public String get_InnerText () /** @property */ public void set_InnerText (String value)
public override function get InnerText () : String public override function set InnerText (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 raised. This property is inherited from the HtmlContainerControl class and is not applicable to the HtmlTableRow class. |
Community Additions
ADD
Show:
Caution: