Reputation: 45
Can I use @onclick='_ => NavigationManager.NavigateTo("/path/to/page")'
and still access to copy link address, when I open element's context menu(right-click on element in UI)?
Upvotes: 0
Views: 217
Reputation: 8974
No, if you use NavigationManager to navigate, then the URL is hidden from the user.
Upvotes: 1