System.Web.UI.HtmlControls.HtmlSelect.InnerHtml Property

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.

Syntax

public override string InnerHtml { set; get; }

Value

a string

Remarks

Note:

Do not read from or assign a value to this property. Otherwise, a NotSupportedException exception is thrown. This property is inherited from the System.Web.UI.HtmlControls.HtmlContainerControl class and is not applicable to the System.Web.UI.HtmlControls.HtmlSelect class.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0