摘要:
1:打开web.config文件,在system.web节点里,添加<httpRuntime requestValidationMode="2.0" /> 2:在aspx页面 <%@ Page指令配置里 添加 ValidateRequest="false" 阅读全文
摘要:
/// <summary> /// 将UBB编码转成标准的HTML代码 /// </summary> /// <param name="argString"></param> /// <returns></returns> public static string HtmlDecode(string 阅读全文