Skip to content

Instantly share code, notes, and snippets.

@jeffjohnson9046
Created August 16, 2012 19:00
Show Gist options
  • Save jeffjohnson9046/3372645 to your computer and use it in GitHub Desktop.
Save jeffjohnson9046/3372645 to your computer and use it in GitHub Desktop.
Describes the ImageListItem class
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace System.Web.Mvc.Html
{
public class ImageSelectListItem : SelectListItem
{
public string ImageFileName { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment