关于[IncludeMembers and Custom Projections with AutoMapper]的摘要:
Following the first article on AutoMapper in ASP.NET Core, this one represents an extension to the mapping of complex objects, describing some additional features that can save us a lot of work. The tools which will help us achieve the desired goal are custom projections. That said, we will not go into details about how to set up the project with AutoMapper but rather build up the current implementation. This means that before diving into this article, base knowledge about AutoMapper is recommended if not necessary.
原文地址: https://code-maze.com/automapper-net-core-custom-projections/