Click or drag to resize

EAPBootstrapUtilsAddNavLinkClass Method

Adds the Bootstrap class, appropriate for the version of Bootstrap being used, for a link.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void AddNavLinkClass(
	IAppContext appCxt,
	Control ctrl
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context.
ctrl
Type: System.Web.UIControl
The link control.
See Also