How to render a partial view asynchronously

前端 未结 2 770
刺人心
刺人心 2021-02-01 16:11

Can a partial view be rendered asynchronously?

I have a partial view that needs to render blog posts. The blog posts are returned asynchronously.

In my _La

2条回答
  •  感情败类
    2021-02-01 16:47

    I went with the answer in the post that @buffjape suggested:

    Async PartialView causes "HttpServerUtility.Execute blocked..." exception

    I changed my methods all to synchronous.

提交回复
热议问题