Exemplo n.º 1
0
 public ControllerContext()
 {
     ViewData = new Dictionary<string, object>();
     ViewBag = new DynamicDictionary(ViewData);
     ModelState = new ModelState();
 }
Exemplo n.º 2
0
 public ModelBinder(ModelState state)
 {
     this.ModelState = state;
 }