ControllerStandardDataItemClassIndexOnActionResultPostCase Method |
Namespace: SOWIWeb.Helper
[Missing <returns> documentation for "M:SOWIWeb.Helper.ControllerStandard`1.IndexOnActionResultPostCase(System.String)"]
protected override ActionResult IndexOnActionResultPostCase(string pSubmit) { switch (pSubmit) { case "MapSight": return RedirectToAction("Sight", "Map"); default: throw new NotImplementedException(); } }
protected override ActionResult IndexOnActionResultPostCase(string pSubmit) { switch (pSubmit) { case "Back": return RedirectToAction("Index", "Ticket"); default: return base.IndexOnActionResultPostCase(pSubmit); } }