Click or drag to resize

EAPCtrlUtilsGetCssClass Method

Gets the CssClass for the control. The control can be a WebControl or an HtmlControl.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string GetCssClass(
	Control ctrl
)

Parameters

ctrl
Type: System.Web.UIControl
The control.

Return Value

Type: String
The CssClass (class) value, if available, else null.
See Also