Initializes a new instance of the StyleAttribute class.

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public ControlStyleAttribute(
	string cssClass
)
Visual Basic
Public Sub New ( 
	cssClass As String
)

Parameters

cssClass
Type: System..::..String
The css class to apply to the associated property

See Also