我按照这个链接在 webform 上混合 mvc。我添加了以下参考:
- 系统.Web.路由
- System.Web.抽象
- 系统.Web.Mvc
并根据文档修改我的 web.config。
但在网络表单中Html.RenderPartial
,Html.ActionLink
无法识别。我收到一个错误:
'System.Web.Mvc.HtmlHelper<object>' does not contain a definition for 'RenderPartial' and no extension method 'RenderPartial' accepting a first argument of type 'System.Web.Mvc.HtmlHelper<object>' could be found (are you missing a using directive or an assembly reference?)
我可能会遗漏任何参考资料,或者我的方式不对。MVC 对我来说是全新的。谢谢。