I am trying to find an elegant way to support multiple domains on a single ASP.NET Core MVC application.
Example:
Basically all the domains should point to the same code base, the design is the same across the websites, however it should display different data/images, the content is domain dependent. Any help will be much appreciated. Thank you.