EAPCtrlUtilsMergeCssClass Method |
Name | Description | |
---|---|---|
MergeCssClass(String, String) |
Merges two CSS class lists into a single list avoiding adding duplicates to any existing list.
The individual classes in each list should be separated by one or more spaces.
| |
MergeCssClass(Control, String) |
Add the specified CSS class name(s) to the control's CssClass list.
Note that the control can be a WebControl or an HtmlControl.
| |
MergeCssClass(HtmlControl, String) |
Add the specified CSS class name(s) to the control's CssClass list.
| |
MergeCssClass(WebControl, String) |
Add the specified CSS class name(s) to the control's CssClass list.
|