Enable Razor views in Episerver modules with Geta.EPi.ShellRazorSupport package
Maris Krivtezs
19.03.2017 17.42.03
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.