public ActionResult HtmlContainedPost(HtmlInputAllowedType htmlInputAllowedType)
 {
     return(View("Index", new ComplexType()));
 }
 public ActionResult HtmlContainedPost(HtmlInputAllowedType htmlInputAllowedType)
 {
     return View("Index", new ComplexType());
 }