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,
3 refactorings
I wanted to display list fr...