using System; using System.Collections.Generic; using System.IO; using Microsoft.AspNet.Abstractions; using Microsoft.AspNet.Mvc.Rendering; namespace Microsoft.AspNet.Mvc { public class ViewContext { private DynamicViewData _viewBag; // We need a default FormContext if the user uses html