Exemplo n.º 1
0
 public ActionResult Search(TankSearchPostModel postModel)
 {
     TempData["postModel"] = postModel;
     return(RedirectToAction("Index", "TankSearch"));
 }
Exemplo n.º 2
0
 public ActionResult Search(TankSearchPostModel postModel, String strDedicatedProduct)
 {
     postModel.DedicatedProduct = strDedicatedProduct.Trim();
     TempData["postModel"]      = postModel;
     return(RedirectToAction("Index", "TankSearch"));
 }