Example #1
0
        protected string AboutBind(string id)
        {
            SysInfoResult result = EispSysInfoBLL.GetSysInfoByID(id);

            if (!result.HasError)
            {
                return(VerifyTool.DeleteScript(result.Result.Content));
            }
            else
            {
                return("");
            }
        }
Example #2
0
        protected string AboutBind(string id)
        {
            SysInfoResult result = EispSysInfoBLL.GetSysInfoByID(id);

            if (!result.HasError)
            {
                return(VerifyTool.CheckStringLength(VerifyTool.RemoveHtml(result.Result.Content), 360, false));
            }
            else
            {
                return("");
            }
        }