Created
August 16, 2012 19:00
-
-
Save jeffjohnson9046/3372645 to your computer and use it in GitHub Desktop.
Describes the ImageListItem class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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