Click or drag to resize

EAPCtrlUtilsRemoveCssClass Method (WebControl, String)

Remove the specified CSS class name from the control's CssClass list.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void RemoveCssClass(
	WebControl ctrl,
	string className
)

Parameters

ctrl
Type: System.Web.UI.WebControlsWebControl
The control from which to remove the CSS class.
className
Type: SystemString
The CSS class to remove, if present in the control's CssClass list.
See Also