我正在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;"
})