7.5.1.2 Adding the HTML Helper Method; e.g. 7.18 Adding the HTML Helper Method Namespace to the Views/Web.config File

This commit is contained in:
Jason Zhu 2021-08-21 17:12:56 +10:00
parent 002318dd2d
commit 109806d27e

View File

@ -18,6 +18,7 @@
<add namespace="System.Web.Optimization"/>
<add namespace="System.Web.Routing" />
<add namespace="SportsStore.WebUI" />
<add namespace="SportsStore.WebUI.HtmlHelpers"/>
</namespaces>
</pages>
</system.web.webPages.razor>