Muhammad Ashouri
Muhammad Ashouri

Reputation: 45

Blazor wasm navigation

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

Answers (1)

Mister Magoo
Mister Magoo

Reputation: 8974

No, if you use NavigationManager to navigate, then the URL is hidden from the user.

Upvotes: 1

Related Questions