在我的cshtml类中,有关细节,如果displayfor的值为空,我确实需要禁用label(asp-for)。
@*For simplicity I put only part of the code as everything below is pretty much the same piece of code *@
<div align="center">
<div class="media-middle" style="width: 600px;">
<table class="table glyphicon-align-center">
<tbody>
<tr>
<th><label asp-for="StrainName"></label></th>
<td>@Html.DisplayFor(model => model.StrainName)</td>
</tr>
如果有人给我一个关于如何实现此代码以及在哪里实现该代码(cshtml类或在控制器中)更好的想法,我将不胜感激