c# - Internet explorer url issue with special characters -
i'm trying fix bug on website , issue ie (all versions). bug following:
- i have page display document according code.
- but when code contains special charachters "ü" internet explorer want download rather display it.
in case it's picture can pdf or browser can display itself.
the url working others browsers...
thank reading :)
i same issue, can try that:
url = httputility.urlencode(url, encoding.utf8);
Comments
Post a Comment