HiddenField.SkinID Property
.NET Framework (current version)
Gets or sets the skin to apply to the control.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.StringAlways returns an empty string ("") to indicate that themes are not supported.
| Exception | Condition |
|---|---|
| NotSupportedException | An attempt is made to set this property. |
The HiddenField control does not support themes. This property has been overridden to always return an empty string. If you attempt to set this property, a NotSupportedException is thrown.
.NET Framework
Available since 2.0
Available since 2.0
Show: