コールでCSSスタイルdisplay: none
を使用していますが、動作しません。CSSスタイル{Display:none}がhtmlattributeで機能していません
<img id="Img" src="~/abc/def.jpg" style="height: 120px; max-width: 100%; width: 280px;" class="img-responsive" />
@Html.TextBoxFor(m => m.dP, new { htmlAttributes = new { @class = "form-control has-feedback-left file btntag", @onchange = "openFile(event)", @style="display: none;", @type="file", placeholder = "Upload Display Picture" } })
@Html.ValidationMessageFor(model => model.dP, "", new { @class = "text-danger" })
が、私はそれをcodeed ...... BeginContext( "〜/ビュー/ UserRegistration/UserRegistration.cshtml"、12489、14、真の); –