Enable Razor views in Episerver modules with Geta.EPi.ShellRazorSupport package
D
e
v
e
l
o
p
m
e
n
t
,
O
p
t
i
m
i
z
e
l
y
(
E
p
i
s
e
r
v
e
r
)
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.