Click or drag to resize

EAPBootstrapUtilsAddButtonClasses Method

Adds the Bootstrap class(es) for a button appropriate for the version of Bootstrap being used.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void AddButtonClasses(
	IAppContext appCxt,
	Control ctrl,
	BootstrapTheme style = BootstrapTheme.None
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context.
ctrl
Type: System.Web.UIControl
The button control.
style (Optional)
Type: NetQuarryBootstrapTheme
The Bootstrap theme.
See Also