ASP.Net MVC 3 Razor Response.Write position

后端 未结 4 1835
醉酒成梦
醉酒成梦 2021-02-12 17:47

I am trying to update this tutorial on implementing Facebooks BigPipe to razor.

There is a html helper extension that adds a pagelet to a list, and then outputs a holdin

4条回答
  •  攒了一身酷
    2021-02-12 18:02

    I wouldn't bother doing it. The end result you want is t have FooBar written within your div, so why not just write it into your div? Why do you need to use Response.Write?

提交回复
热议问题