HtmlTable::InnerText Property
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
public: property String^ InnerText { virtual String^ get() override; virtual void set(String^ value) override; }
Property Value
Type: System::String^The content between the opening and closing tags of the control.
| Exception | Condition |
|---|---|
| NotSupportedException | An attempt was made to read from or assign a value to this property. |
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. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
