I want to convert all URLs to lowercase.
For example:
https://ABC123.com/->https://abc123.com/https://StackoverFlow.com/->https://stackoverflow.com/
Thanks in advance
I want to convert all URLs to lowercase.
For example:
https://ABC123.com/ -> https://abc123.com/https://StackoverFlow.com/ -> https://stackoverflow.com/Thanks in advance
Copyright © 2021 Jogjafile Inc.
Do you want to force all URL to lowercase in browser? If it is, You can add
in your startup.cs class.