Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all,
Working on incorporating Umbraco 7.7 to an Asp.Net MVC project.
The project has pages that has to be content managed and pages with functionality(which are not content managed).
We were trying to find out on how to navigate from an Umbraco content managed page to an asp.net MVC page(Views).
Can anyone please suggest a solution?
Thanks in advance
Hi,
Take a look at hijacking routes and custom controllers. Leave Umbraco to serve it's pages and hijack the others.
What you probably need is a Custom route so that you hijack any requests on the routes to the MVC stuff you're importing.
https://our.umbraco.org/documentation/reference/routing/custom-routes
HTH
Steve
Thank you Steve for the quick response !!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to navigate from an Umbraco cms page to an asp.net MVC page
Hi all,
Working on incorporating Umbraco 7.7 to an Asp.Net MVC project.
The project has pages that has to be content managed and pages with functionality(which are not content managed).
We were trying to find out on how to navigate from an Umbraco content managed page to an asp.net MVC page(Views).
Can anyone please suggest a solution?
Thanks in advance
Hi,
Take a look at hijacking routes and custom controllers. Leave Umbraco to serve it's pages and hijack the others.
What you probably need is a Custom route so that you hijack any requests on the routes to the MVC stuff you're importing.
https://our.umbraco.org/documentation/reference/routing/custom-routes
HTH
Steve
Thank you Steve for the quick response !!
is working on a reply...