EAPBootstrapUtilsAddBreadcrumbItemClasses Method |
Adds classes for breadcrumb items 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 AddBreadcrumbItemClasses(
IAppContext appCxt,
Control ctrl,
bool active = false
)
Public Shared Sub AddBreadcrumbItemClasses (
appCxt As IAppContext,
ctrl As Control,
Optional active As Boolean = false
)
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context. - ctrl
- Type: System.Web.UIControl
The breadcrumb item control. - active (Optional)
- Type: SystemBoolean
Specifies whether the item is the active breadcrumb item or not.
See Also