1

For example, http://example.com?name=Имя in QueryString is some kind of hieroglyphs. This problem occurs only when you run the application in Linux, Windows is OK.

public IActionResult Index(string name)
{
    // name == "РёРјСЏ"
    return View();
}
Евгений
  • 213
  • 3
  • 9

0 Answers0