27 Mayıs 2015 Çarşamba

SelectList text value ayarları

ViewBag.CountryPhoneCodes = new SelectList(result.Select(x=> new{text=x.CountryName+" ("+x.CountryPhoneCode+")", value=x.CountryPhoneCode}), "value","text");

Hiç yorum yok:

Yorum Gönder

.net 6 mapget kullanımı

 app.UseEndpoints(endpoints => {     endpoints.MapGet("/", async context =>     {         var response = JsonConvert.Seriali...