我正在MVC 4使用Razor和C#. 我已经@Html.DropDownList动态地使用了该显示项目。
我想ToolTip为@Html.DropDownList. 这是我的代码:
@Html.DropDownList("Config_Industry", ViewBag.Industry as IEnumerable<SelectListItem>, "Please Choose Item", new
{
@class = "drpDownCustomEngineered",
@style = "width: 258px;"
})