式のエスケープ処理に関する警告
- メッセージ
The expression contains '<script>'.Consider setting the 'Escape Content' property to 'No' or the expression will be displayed as text
- 原因
- 式の中にHTMLタグが含まれているため、テキストとしてではなく、HTMLとしてのレンダリングを意図している可能性があります。
- 推奨事項
- 式のEscape Contentプロパティを[No]に変更して式をHTMLとしてレンダリングします。テキストとして表示したい場合、[Yes]のままにしておきます。