Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MVC and Umbraco integration

I've followed the steps from http://memoryleak.me.uk/2009/04/umbraco-and-aspnet-mvc.html and integrated MVC in Umbraco with success, but I still have a problem which is critical for me.

Is there any way to inherit the Umbraco defined templates in an MVC view? As I understand the problem is that the Umbraco templates become HTML only at runtime and the doctype properties, as @nodeName, are not recognized and "Object null reference" exception being thrown because of this.

like image 433
Lucian Podereu Avatar asked Nov 28 '09 13:11

Lucian Podereu


People also ask

Does umbraco use MVC?

Umbraco, MVC and Visual Studio training At the end of this 1-day course, you can use ASP.NET MVC with Umbraco's API's to build custom functionality, forms and integrations. Price: €1050 (Parts of our training are delivered by external partners, and the price can therefore vary slightly between regions.)

What is umbraco used for?

Umbraco is a free and open-source content management system (CMS) that allows you to build beautiful, responsive websites and data-driven apps which can be accessed from any device or browser.


1 Answers

This question is really old and not relevant to the current versions of Umbraco.

Just in case anybody is still not aware - All versions of Umbraco since 2013 (6, 7 and now 8) support MVC

like image 185
wingyip Avatar answered Sep 29 '22 01:09

wingyip