码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2018-06-26 16:09:11      阅读:529      评论:0      收藏:0      [点我收藏+]

标签:col   span   nbsp   not   register   size   color   text   font   

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

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

标签:col   span   nbsp   not   register   size   color   text   font   

原文地址:https://www.cnblogs.com/studyblog-hh/p/9229148.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!