You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within Visual Studio, right click over the word "@code", select "Quick Actions and Refactorings", then choose "Extract block to code behind". Note: Visual Studio will create a Linked File in the FairPlayTube project, delete the linked file
Move the "@Inject NavigationManager Navigation" to the cs file as a property
[Inject] NavigationManager? Navigation {get;set;}
Fix the build errors
The text was updated successfully, but these errors were encountered:
[Inject] NavigationManager? Navigation {get;set;}
Fix the build errors
The text was updated successfully, but these errors were encountered: