Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
Here is a short example of how to properly setup AutoMapper 5.1 in EpiServer CMS 9 with dependency injection. Configuration Start by installing nuget package AutoMapper. Create a class “AutoMapperConfig” in the “Infrastructure”-folder. (Where Conf...