asp.net core “'GBK' is not a supported encoding name.

在编码前注册
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
Encoding encoding = Encoding.GetEncoding("GB2312");
 
CodePagesEncodingProvider定义在NuGet包“System.Text.Encoding.CodePages”之中

猜你喜欢

转载自www.cnblogs.com/studyblog-hh/p/9229148.html
今日推荐