Answer the question
In order to leave comments, you need to log in
How to navigate from one Razor page to another using a button that is on the first page?
How to navigate from one Razor page to another using a button that is on the first page? Can you please provide code examples?
Answer the question
In order to leave comments, you need to log in
Select
<form class="is-small select" id="FilterForm" method="post" asp-page-handler="FilterGenerated">
<select asp-for="SelectedOptions" asp-items="@Model.Options" onchange="this.form.submit()"></select>
</form>
<a asp-page="Edit" asp-route-id="@item.Id">Изменить</a>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question