.net 提交json包含HTML

js对HTML编码

后台属性解码

 

    //答案具体
    public partial class ExamAnswer
    {
        private string _ksda = "";
        lms.eCell.BLL.PageBase p = new lms.eCell.BLL.PageBase();
        public int KstID { get; set; }
        public string Ksda { 
            get{return p.Server.UrlDecode(_ksda);}
            set { _ksda = value; }
        }
    
        public decimal Ksdf { get; set; }
    }

 

posted @ 2014-12-09 15:49  大掌柜的老板  阅读(258)  评论(0)    收藏  举报