protected string AboutBind(string id) { SysInfoResult result = EispSysInfoBLL.GetSysInfoByID(id); if (!result.HasError) { return(VerifyTool.DeleteScript(result.Result.Content)); } else { return(""); } }
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(""); } }