Index Razor Page CSHTML file in an ASP.NET Core 2.x app
<form method="post"> | |
<button asp-page="/Index" asp-page-handler="Post">Submit Form</button> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment