Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は EpiServer で物乞いをしています.episerver プロジェクトで開発しているとき、私の VS2012 は <% Html %> を表示しませんが、非常にうまく機能し、他の多くのオプションを表示します.
Views名前空間をフォルダーの web.config に追加する必要があるため:
Views
<namespaces> // ... <add namespace="System.Web.Mvc" /> <add namespace="System.Web.Mvc.Html" /> // ... </namespaces>