最佳答案
有人知道如何在操作中生成视图的 html 吗?
是不是像这样:
public ActionResult Do()
{
var html = RenderView("hello", model);
...
}