来自插件的视图页面中不支持@ Html.Widget

时间:2014-09-29 10:11:18

标签: asp.net-mvc-4 nopcommerce

我已从插件中加载了一些页面,但"@Html.Widget"代码不支持在视图页面上,如果我在“查看”页面上使用此@Html.Widget,那么它会返回错误: -

 'System.Web.Mvc.HtmlHelper<Nop.Plugin.mode.xxxxx>' does not contain a definition for 'Widget' and no extension method 'Widget' accepting a first argument of type 'System.Web.Mvc.HtmlHelper<Nop.Plugin.model.xxxxx>' could be found (are you missing a using directive or an assembly reference?)

任何人都可以建议我错过一些东西吗?

此致 Vinit Patel

1 个答案:

答案 0 :(得分:1)

只需将以下代码行添加到cshtml文件的顶部

即可
using Nop.Web.Framework;