PreviousNext

mariuszkerl/AspNetCoreSubdomain: Simple usage lib for subdomain routing in ASP.NET Core MVC

by bill-s, 2017-09-09T23:41:19.000Z

Goal of that lib is to make subdomain routing easy to use in asp net core mvc applications. Normally you would use some custom route for some special case scenario in your app. This should solve most of issues while using subdomain routing.

Read More