Replaces instances of UmbracoTemplatePage with UmbracoViewPage

This commit is contained in:
Shannon
2018-04-20 17:40:01 +10:00
parent 5dfa0e7446
commit 7d349ef518
8 changed files with 19 additions and 17 deletions

View File

@@ -55,7 +55,7 @@ namespace Umbraco.Web
/// <summary>
/// Will render the preview badge when in preview mode which is not required ever unless the MVC page you are
/// using does not inherit from UmbracoTemplatePage
/// using does not inherit from UmbracoViewPage
/// </summary>
/// <param name="helper"></param>
/// <returns></returns>