NavLinkExtensions Class

Extension methods to help with navigation links.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public static class NavLinkExtensions
Inheritance
Object    NavLinkExtensions

Methods

ShouldExpand(NavigationManager, String, NavLinkMatch) Whether the specified href should be expanded.
ShouldExpand(NavigationManager, IReadOnlyCollectionNavItem, NavLinkMatch, Int32) Whether any of the specified navItems should be expanded.

See Also