Lower case URLs in ASP.NET Core
Every time I start a new ASP.NET project, I forget the function required to ensure that all links generated out of ASP.NET are lowercase. So this post is as much a reminder for me, than information for anyone else. Personally think all lowercase URLs look better rather than the usual mismatch of cases that a […]
Lower case URLs in ASP.NET Core Read More »