Extending the macro engine
The system allows you to extend the macro engine in several different ways. You can prepare custom macros that provide any functionality required by your users.
Was this page helpful?
Kentico Xperience 13 documentation and ASP.NET Core
Most documentation about running Xperience applications under ASP.NET Core can be found in a dedicated section: Developing Xperience applications using ASP.NET Core.
The rest of the documentation still applies, but some code samples and scenarios might need slight modifications for Core projects.
All major differences between the MVC 5 and Core platforms are summarized in Migrating to ASP.NET Core.
The system allows you to extend the macro engine in several different ways. You can prepare custom macros that provide any functionality required by your users.
Was this page helpful?