课程视频
课程目标
表单查询
注意,如果一个Controller 已有一个方法名称 如:index 这个时候 他再mvc 中 就可以接受 Get,POST ...
如果添加了
[HttpGet]
[HttpPost]
public ActionResult Index(string desc)
请求会发生错误
再书写 linq 或者Lambda 的时候 用中间变变量
注意,如果一个Controller 已有一个方法名称 如:index 这个时候 他再mvc 中 就可以接受 Get,POST ...
如果添加了
[HttpGet]
[HttpPost]
public ActionResult Index(string desc)
请求会发生错误
再书写 linq 或者Lambda 的时候 用中间变变量
本文标题:MVC 练气到华神 07
本文链接:https://www.haomeiwen.com/subject/lmddnftx.html
网友评论