I've been searching the site a lot, but all I could find were examples on how to render partial controls .ascx
, or depended on a controller context.
I want a method that enables me to provide just the relative path to the view, and a model, and render that view with that model into a string:
string result = Utility.RenderViewToString("~/Views/My/Profile.cshtml", model);
All the examples I could find were either for older versions of MVC, or simply didn't do what I need to do here.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…