MVC 练气到华神 07

课程视频

课程目标

表单查询

        注意,如果一个Controller 已有一个方法名称 如:index 这个时候 他再mvc 中 就可以接受 Get,POST ...

如果添加了 

        [HttpGet]

        [HttpPost]

       public ActionResult Index(string desc)

    请求会发生错误

再书写 linq 或者Lambda 的时候 用中间变变量

你可能感兴趣的:(MVC 练气到华神 07)