Sunday, 15 September 2013

WebImage class missing on MVC 4

WebImage class missing on MVC 4

I've been developing a MVC 4 web app but I couldn't find where is the
reference to WebImage. I also added a reference to "System.Web.Helpers".
I'm inside a Controller and there is no shortcut or even helps/tips to
find this class.
public ActionResult Images()
{
WebImage w
}
What am I missing?

No comments:

Post a Comment