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 implementation of
IDotvvmServiceConfigurator
(typically atDotvvmStartup.cs
file) and add the following line at the beginning of theConfigureService
method.
public void ConfigureServices(IDotvvmServiceCollection options)
{
options.AddBusinessPack();
}
This will register all Business Pack controls under the <bp:*
tag prefix, and it also registers several Business Pack resources.
Theme Editor
The Theme editor is currently not supported for Business Pack 2.x.
Limitations
The current version of DotVVM Business Pack uses jQuery 2.1.1 or newer.