Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angular/33.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/shell/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
尝试在C#web应用程序中使用Angular ng select_C#_Angular_Visual Studio_Angular Ngselect - Fatal编程技术网

尝试在C#web应用程序中使用Angular ng select

尝试在C#web应用程序中使用Angular ng select,c#,angular,visual-studio,angular-ngselect,C#,Angular,Visual Studio,Angular Ngselect,我现在正试图改变现有C#web应用程序中下拉列表的样式,我想在我的应用程序中使用ng select from Angular 有人知道如何在visual studio C#web应用程序中使用上述库吗? 以下是我编写多选下拉列表的代码: @Html.DropDownList("venuetypes", (MultiSelectList)ViewBag.VenueType, new { @class = "chosen", multiple = "

我现在正试图改变现有C#web应用程序中下拉列表的样式,我想在我的应用程序中使用ng select from Angular

有人知道如何在visual studio C#web应用程序中使用上述库吗? 以下是我编写多选下拉列表的代码:

@Html.DropDownList("venuetypes", (MultiSelectList)ViewBag.VenueType, new { @class = "chosen", multiple = "multiple", data_placeholder = Resources.PleaseSelect_VenueType, tabindex = "1" })