System.Web.UI.WebControls.HiddenField.SkinID Property

Gets or sets the skin to apply to the control.

Syntax

public override string SkinID { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Web.UI.WebControls.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.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0