BrainWare-test/Web/Areas/HelpPage/Views/_ViewStart.cshtml

4 lines
175 B
Plaintext
Raw Normal View History

2020-05-05 19:14:17 +00:00
@{
// Change the Layout path below to blend the look and feel of the help page with your existing web pages.
Layout = "~/Areas/HelpPage/Views/Shared/_Layout.cshtml";
}