Click the a TAB to pass multiple parameters. How to receive
<a href="../navigatetopage?id="1"&key="img"></a>In the page you want to navigate to, add the parameter to your route:
@page "/navigatetopage/"[Parameter]private string myvalue{ get; set; }
Click the a TAB to pass multiple parameters. How to receive
<a href="../navigatetopage?id="1"&key="img"></a>In the page you want to navigate to, add the parameter to your route:
@page "/navigatetopage/"[Parameter]private string myvalue{ get; set; }