Hosting multiple product APIs in single ASP.NET Core WebAPI Service
问题 I am designing an ASP.NET Core based Web API, which needs to support multiple variants of my product, let's say based on a license or the variety which it was installed. Instead of going for multiple services for each type of product, I thought of a single service which houses/hosts multiple Endpoints or URLs. I will make this configurable in the appsettings.json at the time of installation. I am aware of the UseUrls on creating the WebHost, but can I bind the specific URL in a set of URLs to