MVC 练气到华神 07
2018-09-20 本文已影响0人
LazyCoder_MK
课程视频
课程目标
表单查询
注意,如果一个Controller 已有一个方法名称 如:index 这个时候 他再mvc 中 就可以接受 Get,POST ...
如果添加了
[HttpGet]
[HttpPost]
public ActionResult Index(string desc)
请求会发生错误
再书写 linq 或者Lambda 的时候 用中间变变量