标签: c# asp.net asp.net-core
例如,QueryString中的http://example.com?name=Имя是某种象形文字。只有在Linux中运行应用程序时,才会出现此问题,Windows即可。
public IActionResult Index(string name) { // name == "РёРјСЏ" return View(); }