Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Why NavigationManager doesn't work in a button event?

$
0
0
@inject NavigationManager N<button type="button" @onclick="Nav">test</button>  @code{        private void Nav()    {              N.NavigateTo("/t");    }}

I have the razor file with @page "/t".

I clicked the test button, but nothing happened - why?


Viewing all articles
Browse latest Browse all 4839

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>