Returning Multiple partial views from single Controller action?

后端 未结 3 618
心在旅途
心在旅途 2020-12-01 00:24

I need to update Multiple from an Ajax call , I am confused as in how to return these Multiple views from the Controller Action method.

3条回答
  •  有刺的猬
    2020-12-01 00:41

    Maybe this solution can help you:

    http://www.codeproject.com/Tips/712187/Returning-More-Views-in-an-ASP-NET-MVC-Action

提交回复
热议问题