Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Hi,
You may find this problem being arised by your customers. You can find the description in the KB: https://support.microsoft.com/kb/953457/en-us
As you can read in the BCL recommendations at https://blogs.msdn.com/bclteam/archive/2005/06/01/424012.aspx
DO: Use ToUpperInvariant rather than ToLowerInvariant when normalizing strings for comparison.
The problem here is that the key is used as the value too, so navigation control shows uppercase title sites.
Bye!