-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Jeremy Bell edited this page May 27, 2014
·
2 revisions
https://buildmvc.codeplex.com/
Add a reference to Build.Mvc
- From the Nuget Package Manager Console, you can type this command:
PM> Install-Package Build.Mvc5
- Just add Build.Mvc.Html to your namespace imports in the web.config
<system.web.webPages.razor>
<pages>
<namespaces>
<add namespace="Build.Mvc.Html" />
</namespaces>
</pages>
</system.web.webPages.razor>
TIP: There's a web.config in the root of each of your view folders!