If we have @Html.Raw(item.Subject) it will be flagged as a flaw. If we change that to @(new MvcHtmlString(item.Subject)) it is not.
確定! 回上一頁