Fixed issue with injected UmbracoHelper hiding the one on the UmbracoViewPage
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
@using Umbraco.Web.Website
|
||||
@inherits Umbraco.Web.Common.AspNetCore.UmbracoViewPage<dynamic>
|
||||
@inject UmbracoHelper Umbraco;
|
||||
@inherits Umbraco.Web.Common.AspNetCore.UmbracoViewPage<dynamic>
|
||||
|
||||
@if (Model.value != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user