Good day! Corrected version (the problem was not in the ViewBag)
I am writing an application on asp.net mvc, and I have a simple action like this:
public ActionResult MyAction(string cyrillicParam) { // здесь параметр превращается вот в это: " " // какой-то код return View(); } In all browsers, everything works as expected. Except Internet Explorer. There I am in cyrillicParam get this: " "
Please tell me how to fix this error?