Click or drag to resize

ControlHelperEnsureCssClassPresent Method

Ensures that control has cssClass in its CssClass property.

Namespace:  Bootstrap.A11y.Helpers
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public static void EnsureCssClassPresent(
	WebControl control,
	string cssClass
)

Parameters

control
Type: System.Web.UI.WebControlsWebControl
The Control to check.
cssClass
Type: SystemString
The class to add.
See Also