using Ajax for partial view loading in .NET MVC4

前端 未结 7 1282
臣服心动
臣服心动 2020-12-17 15:01

I\'m trying to follow the post here, which may very well be wrong, to learn a little more about partial view loading in MVC. I know the basics of MVC but want to do more of

7条回答
  •  生来不讨喜
    2020-12-17 15:35

    @using (Ajax.BeginForm("AjaxViewCall", "Home", new AjaxOptions { UpdateTargetId = "result" }))   
    {
        

    }
提交回复
热议问题