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 }
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/