Call a razor page in the same folder form an anchor tag | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Call a razor page in the same folder form an anchor tag

Hey guys, am really trying to call a razor page from an anchor tag in ASP.NET but its not working as the browser says returns 404 page not found. I have two pages in the same Home folder namely Index.cshtml and Register.cshtml. Am trying to link a click link on the Index.cshtml to the Register.cshtml with using relative referencing but it's not working , please help <a asp-page="Register">Sign Up</a> How do I load the Register page when this link is clicked, Thanks.

23rd Apr 2022, 6:23 AM
Timothy Njiru
Timothy Njiru - avatar
2 Answers
0
Okay ,checking it out
23rd Apr 2022, 6:56 AM
Timothy Njiru
Timothy Njiru - avatar