I am new to Umbraco development using MVC. Can any one please let me know where should i use UmbracoTemplatePage and where should i use Umbracoviewpage using some scenario and useful link?
At present i knew only one thing that we should inherit our views and partial views from UmbracoTemplatePage which provide us the access to Umbraco helper which provide us helpful methods.
UmbracoTemplatePage and Umbracoviewpage
Hi All,
I am new to Umbraco development using MVC. Can any one please let me know where should i use UmbracoTemplatePage and where should i use Umbracoviewpage using some scenario and useful link?
At present i knew only one thing that we should inherit our views and partial views from UmbracoTemplatePage which provide us the access to Umbraco helper which provide us helpful methods.
Any help will be highly appreciated.
This post may be useful.
https://our.umbraco.org/forum/developers/api-questions/52597-What-is-the-difference-between-UmbracoViewPage-and-UmbracoTemplatePage
Hi Naman,
I have written for 24 days in calendar where i explain the difference between the two.
http://24days.in/umbraco/2015/strongly-typed-vs-dynamic-content-access/
Dave
Hi All,
Short answer for Naman - always try to use UmbracoViewPage.
Thanks, Alex
is working on a reply...