[.NET Core] Render Razor View to string in .NET Core
原程式-MVC 5
新程式-MVC 6
差異說明:
- ICompositeViewEngine,在建構式須先注入。
- 取得預設的Action改由ActionDesciptor取得
- 沒有FindPartialView,改成FindView,最後一個參數boolean決定Full View or Partial View
- 使用非同步Render
程式片段
參考來源
http://stackoverflow.com/questions/32558941/render-razor-view-to-string-in-asp-net-core