Blazor Navlink изменение BG тока компонента
//ActiveClass compere if the component you are in
//right now its the same and add the css class
<NavLink href="COMPONENT" ActiveClass="bg-white">
<span>Dashboard</span>
</NavLink>
NIP