Installing DotVVM Business Pack
To use the Business Pack controls, you have use the DotVVM Private Nuget Feed.
Install the
DotVVM.BusinessPack
package from the DotVVM Private Nuget Feed.Open your
DotvvmStartup.cs
file and add the following line at the beginning of theConfigure
method.
config.AddBusinessPackConfiguration();
This will register all Business Pack controls under the <bp:*
tag prefix, and it also registers several Business Pack resources.
Theme Editor
DotVVM Business Pack comes with a default theme which is built-in the Nuget package.
You can get more themes, or craft your own, in the Business Pack Theme Editor.
Limitations
The current version of DotVVM Business Pack uses jQuery 2.1.1 or newer.