route redirection from treenode to MVC Controller for the node content view, is it possible?
I have not seen this in any of the tutorials, just angular controllers and plain html pages. I wish to use a mvc controller and some cshtml pages and would like to know if I can route the treenodes to a controller?
The above just seems to try to redirect to a html page, is there any way to redirect this to an mvc controller? Where would I put the controller if so and would it need to inherit from UmbracoController etc.?
I do not wish to use angular as I will be hitting up some very complex models that easier to handle in c#.
From everything I have read you HAVE to use plain html and angular.
(what is the point in having a MVC architecture inside a MVC architecture, angular is pointless overhead and complication when using .NET websites)
So no real solution I have found, angular must be used to put information from your model onto the page.
route redirection from treenode to MVC Controller for the node content view, is it possible?
I have not seen this in any of the tutorials, just angular controllers and plain html pages. I wish to use a mvc controller and some cshtml pages and would like to know if I can route the treenodes to a controller?
The above just seems to try to redirect to a html page, is there any way to redirect this to an mvc controller? Where would I put the controller if so and would it need to inherit from UmbracoController etc.?
I do not wish to use angular as I will be hitting up some very complex models that easier to handle in c#.
From everything I have read you HAVE to use plain html and angular. (what is the point in having a MVC architecture inside a MVC architecture, angular is pointless overhead and complication when using .NET websites)
So no real solution I have found, angular must be used to put information from your model onto the page.
is working on a reply...