[HttpPost]  public string Index(FormCollection fc, string searchString)  {      return "

From [HttpPost]Index: " + searchString + "

";  }