Fixed issue with injected UmbracoHelper hiding the one on the UmbracoViewPage

This commit is contained in:
Bjarke Berg
2021-02-05 19:36:31 +01:00
parent c3fbfa1280
commit ed18fba786

View File

@@ -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)
{