@Html.TextBoxFor(model => model. ... @Html.EditorFor(model => model. ... @Html.DropDownList("CompanyId", null, htmlAttributes: new { @class = "form-control" })
確定! 回上一頁