<p>
但它对我有用.有任何想法吗?
你的配置文件:
<appSettings> <add key="HTML" value="<p>My paragraph</p>"/> </appSettings>
你的代码:
string html = HttpUtility.UrlDecode(ConfigurationManager.AppSettings["HTML"]);