动态设置选择列表中的选定值

时间:2019-11-04 23:17:25

标签: asp.net-mvc razor drop-down-menu asp.net-core-tag-helpers

我有一个选择列表,我正在使用asp标记助手来创建它。 我想将默认值设置为数据库中当前设置的值

<select asp-for="QualificationTypeId" id="QualificationTypeId"
      asp-items="@Model.QualificationTypes" class="ProgInfoCellWidth">                    
</select>

//@Model.QualificationType
//this is the value I want to set as the default selected

1 个答案:

答案 0 :(得分:0)

您可以将默认选择的值设置为QualificationTypeId