Copied to clipboard

Flag this post as spam?

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


  • Diogo Cunha 8 posts 69 karma points
    Jul 25, 2013 @ 16:32
    Diogo Cunha
    0

    adding a nested template Umbraco v6

    How can I do this?

    I know that I can do it just with the Layout property on the cshtml but what about the MasterTemplate dropdown? is it possible?

    I tried this but it doesn't seem to work this way

        public class _layout : TemplateBase
        {
        }
        public class test : _layout
        {
        }
  • Diogo Cunha 8 posts 69 karma points
    Jul 26, 2013 @ 14:58
    Diogo Cunha
    100

    Ok found the problem and what happened was that I had an earlier version of Umbraco.core.dll than the one referenced by usitebuilder so it had a small but huge diference when getting the rendering engine type. Just updated the reference on usitebuilder and it works perfectly.

Please Sign in or register to post replies

Write your reply to:

Draft