Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • ajith 2 posts 72 karma points
    Jan 31, 2018 @ 00:57
    ajith
    0

    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

  • Steve Morgan 1348 posts 4457 karma points c-trib
    Jan 31, 2018 @ 08:32
    Steve Morgan
    1

    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

  • ajith 2 posts 72 karma points
    Feb 02, 2018 @ 05:03
    ajith
    0

    Thank you Steve for the quick response !!

Please Sign in or register to post replies

Write your reply to:

Draft