Hi, does anybody know how to get ModelsBaseClass attribute working with the ModelsBuilder - ie. so the models inherit off your won base class? I have installed the full version from Nuget, added the attribute below in my code, regenerated the models (which are clearly regenerated), but none of them inherit from my baseclass specified still?
Any help appreciated!
[assembly: ModelsBaseClass(typeof(Umbraco.Web.PublishedModels.PageBase))]
ModelsBuilder and ModelsBaseClass
Hi, does anybody know how to get ModelsBaseClass attribute working with the ModelsBuilder - ie. so the models inherit off your won base class? I have installed the full version from Nuget, added the attribute below in my code, regenerated the models (which are clearly regenerated), but none of them inherit from my baseclass specified still? Any help appreciated! [assembly: ModelsBaseClass(typeof(Umbraco.Web.PublishedModels.PageBase))]
is working on a reply...