I have another simple question for all you mvc gurus.
I have a partial view with the following definition.
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<IList<whoozit.Models.PictureModel>>" %>
How do I access the data that has been assigned to the view?