Example #1
0
 /// <summary>
 /// 取得所有选写值,与html form格式一至
 /// </summary>
 /// <param name="items"></param>
 /// <returns></returns>
 public static string GetSelectedValues(this ListItemCollection items)
 {
     return(items.GetSelectedValues(", ", e => e.Value));
 }