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
)
Public Shared Function GetCssClass (
ctrl As Control
) As String
Parameters
- ctrl
- Type: System.Web.UIControl
The control.
Return Value
Type:
StringThe CssClass (class) value, if available, else null.
See Also