

Helper
1 using System;
2 using System.Collections.Generic;
3 using System.Web.Mvc;
4 public static class MyHelpers
5 {
6 public static string UnorderedList
7 {
8 if (html == null)
9 {
10 throw new ArgumentNullException("html");
11 }
12 string ul = "
- ";
- " + html.Encode(item.ToString()) + " ";
13 foreach (var item in items)
14 {
15 ul += "
16 }
17 return ul + "
";
18 }
19 }
延伸閱讀
文章來源于領測軟件測試網 http://www.kjueaiud.com/