using Umbraco.Web.Common.AspNetCore; using Umbraco.Web.Models; namespace Umbraco.Web.Common.Macros { /// /// The base view class that PartialViewMacro views need to inherit from /// public abstract class PartialViewMacroPage : UmbracoViewPage { } }