I have actionresult as below
我的行动结果如下
[HttpPost]
public ActionResult AddRoomFeature(string[] selectedFeatures, int RoomID)
{
return View();
}
[HttpI have actionresult as below
我的行动结果如下
[HttpPost]
public ActionResult AddRoomFeature(string[] selectedFeatures, int RoomID)
{
return View();
}
[Http