5.0: NoteCreate
5.0: Create GET Method
var model = new NoteListItem[0];
return View(model);
}
//Add method here VVVV
// GET
public ActionResult Create()
{
return View();
}Last updated