How do I render an Editor Template in MVC2 via an Ajax request
I have 开发者_如何学运维a controller that simply needs to return a template in my EditorTemplates\ folder.
How do I do this?
return View("~/Views/Shared/EditorTemplates/SomeTemplate.ascx", theModel);
精彩评论