Chinese net core mvc solve garbage problem

In ConfigureServices method in the Startup configuration file to add:
    services.AddSingleton (HtmlEncoder.Create (UnicodeRanges.All));
solve the garbage problem

Guess you like

Origin www.cnblogs.com/yibinboy/p/11298548.html