1 2 3 4
public static string ToFormattedList<T>(this HtmlHelper helper, IList<T> objectList, ListType listType, Func<T, string> valueReturn) { ...
C# ASP.Net MVC HTML List helper
by czemuja.myopenid.com,
January 25, 2010 23:55,
1 refactoring
I wanted to display list fr...