I have a MVC project that has a number of views in the Views/Home folder to which are currently accessed as /Home/About, /Home/Contact, etc... but these are summary pages with multiple content sections on each page.
I need to link to an View/Home/Content.cshtml page to show the linked summary page in its entirety.
I'd link to replace /Home/About with /About and say the linked page as /About/Overview as opposed to /Home/Account/Content/1 is this possible?
If so could somebody please explain how I need to format ActionLink's accordingly and anything else I need to configure in the project.
Any help would be much appreciated :-)