1
我在.Net Core VS2017
如何從自動添加「多」屬性
工作,並試圖填充我從模型數據下拉菜單中選擇停止標籤幫手。爲此我宣佈我的選擇列表爲
<select class="form-control" asp-for="TicketTypes" asp-items="@(new SelectList(Model.TicketTypes,"Id","Name"))"></select>
它正在正確加載數據,但它會自動向其中添加多個屬性。如何停止,因爲我需要在下拉菜單中顯示