Sharing Templates between Static and Dynamic Pages
Hi All,
In our Umbraco based ASP.NET MVC project requirement we need to have both static content pages (to be created by content writers) and regular ASP.NET MVC views and controllers to be created by programmers.
As HTML structure of both static content pages and ASP.NET MVC views be same so we need to share Template (Layouts) for both these types of pages.
Please let us know the way to handle this as there will be references of Umbraco properties such as static content page properties in the template and dynamic page to created by programmer will not have such content page properties.
Sharing Templates between Static and Dynamic Pages
Hi All,
In our Umbraco based ASP.NET MVC project requirement we need to have both static content pages (to be created by content writers) and regular ASP.NET MVC views and controllers to be created by programmers.
As HTML structure of both static content pages and ASP.NET MVC views be same so we need to share Template (Layouts) for both these types of pages.
Please let us know the way to handle this as there will be references of Umbraco properties such as static content page properties in the template and dynamic page to created by programmer will not have such content page properties.
is working on a reply...