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...

Df5b3718dcbe9055cc6672d8715fcf4f Talk