我有一个表格矩阵:
Id Title Format
1 Automated Phone plus Links <span class="avg">{0}%</span><span class="xofy">({1}/{2})</span>
格式应存储在跨度中。
当我们在 UI 中填充它时,它将显示为:
Id Title Format
1 Automated Phone plus Links {0}%({1}/{2})
问题是,当我们从 UI 编辑时,出现错误:
A potentially dangerous Request.Form value was detected from the client (ctl00$cph1$grdMatrixType$ctl00$ctl06$ctl02="<span class="avg">{0...").
有人可以建议如何解决此错误并将数据保存到具有跨度的数据库中吗?
提前致谢..