@Html.CheckBoxListFor(x => x.PostedCities.CityIDs, // checkbox list name, 'PostedCities.CityIDs' in this case x => x.AvailableCities, // List<City>() x => x ...
確定! 回上一頁