Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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!