public ActionResult CustomBinder(CustomModel customModel) { HttpContext.Items.Add(IntegrationTestTab.Expected, customModel.ToString()); return(View(model: customModel)); }