标签: razor asp.net-core asp.net-core-mvc tag-helpers
TagHelpers是一件好事,但它们绝对是无声的,很难确定它们出了什么问题。例如,如果在<script asp-src-include="/path/that/not/exist"></script>之类的路径中存在拼写错误,则在您实际不检查标记并看到它被错误地呈现之前,不可能找到它。是否有可能强制默认的tagHelpers在渲染过程中出现错误时抛出异常?
<script asp-src-include="/path/that/not/exist"></script>