3

I'm begging with EpiServer and when I'm developing in a episerver project my VS2012 doesn't show the <% Html %> but it works very well and show many other options.

4

1 回答 1

0

Views因为您应该将其名称空间添加到文件夹的 web.config 中:

<namespaces>
    // ...
    <add namespace="System.Web.Mvc" />
    <add namespace="System.Web.Mvc.Html" />
    // ...
</namespaces>
于 2013-08-07T07:17:59.933 回答