Themed Based Views - Using a view engine in Umbraco
In our website applications in TRES, we have an option for Mult Site. This means that you can have multiple sites in one Umbraco CMS with a different look and feel.
But we don't want to have duplicate content types or datatypes. We develop our applications in a way that we reuse a lot of element types for editing experience.
But on some occasions, we need to override the cshtml in such a way that it's completely different than the original.
You can do this within the view but Asp.NET MVC also has an option for view engines.
Continue Reading