Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Routing from admin area to main index page in razor pages

I want to route from the admin area to the main area of the site, that is, from the Index.cshtml file in the admin area to the Index.cshtml file on the main page.
How can I do that in razor pages with tag helpers?

I was able to routing from main-to-admin area by the following code:

<a asp-area="Admin" asp-page="/Index">Admin Dashboard</a>

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

But how can I have admin-to-main area?

>Solution :

Simply add the this:

<a asp-area="" asp-page="/Index">Main Index</a>
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading