Skip to content
Jeremy Bell edited this page May 27, 2014 · 2 revisions

Build.Mvc Logo

https://buildmvc.codeplex.com/

Getting Started

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!

Clone this wiki locally