Hello,
For adding:
@inject Microsoft.AspNetCore.Blazor.Services.IUriHelper UriHelper
for navigation, should I add any specific namespace?
I sea a red line under AspNetCore part!
Thanks,
Saeed
I recommend reading the official documentation.
https://docs.microsoft.com/en-us/aspnet/core/blazor/fundamentals/routing?view=aspnetcore-3.1
@inject NavigationManager NavigationManager