Blazor Navlink Change BG du composant actuel

//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