Enable Razor views in Episerver modules with Geta.EPi.ShellRazorSupport package

Maris Krivtezs 3/19/2017 5:42:03 PM

The package is available in Episerver's NuGet feed. Install it through NuGet package manager or running this command in the Package Manager Console:

Install-Package Geta.EPi.ShellRazorSupport

After installing this package, you can create Episerver shell modules under "modules/_protected" folder with Razor views. Here is a sample structure of the module:

The source code is available on the Github.