HtmlSelect::InnerHtml Property
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
public: property String^ InnerHtml { 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 is 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 HtmlSelect class. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
