umbraco4

MVC and Umbraco integration

好久不见. 提交于 2019-12-03 05:23:45
问题 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. Thank you! 回答1: This

MVC and Umbraco integration

 ̄綄美尐妖づ 提交于 2019-12-02 18:40:50
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. Thank you! This question is really old and not relevant to the current versions of Umbraco. Just in case anybody is still