Disable Blazor NavLink
Is there any way to disable a NavLink in Blazor?
While my application is doing some long calculations I want to prevent the user to navigate to another page.
While my application is doing some long calculations I want to prevent the user to navigate to another page.