无法弄清楚为什么不能在此处设置要显示的默认值:
@Html.DropDownListFor(m => m.storeLocations, new SelectList(Model.storeLocations, "id",
"caminhoRepositorio", Model.idArmazenamento), new { @class = "largeField" })
下拉列表具有以下配置:
<select class="largeField" id="storeLocations" name="storeLocations">
<option value="2">c:/item1</option>
<option value="3">d:/item2</option>
</select>
作为对象“Model.idArmazenamento”,我已经尝试过使用 int 和字符串(“2”ou 2)。无法选择默认值