This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
每当剃刀模板中的 html 无效时,是否可以获得红色构建?我以为它已经这样工作了……但我想不是。
<div>
@Html.DisplayTextFor(model => model.FooterText) // this will be a build error
</div>
<div class="banana> // this isn't a build error but i want it to be
</div>