diff options
Diffstat (limited to 'ApartmentManager/HousingWebApi/Areas/HelpPage/Views/_ViewStart.cshtml')
-rw-r--r-- | ApartmentManager/HousingWebApi/Areas/HelpPage/Views/_ViewStart.cshtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ApartmentManager/HousingWebApi/Areas/HelpPage/Views/_ViewStart.cshtml b/ApartmentManager/HousingWebApi/Areas/HelpPage/Views/_ViewStart.cshtml new file mode 100644 index 0000000..d735b1c --- /dev/null +++ b/ApartmentManager/HousingWebApi/Areas/HelpPage/Views/_ViewStart.cshtml @@ -0,0 +1,4 @@ +@{ + // Change the Layout path below to blend the look and feel of the help page with your existing web pages + Layout = "~/Views/Shared/_Layout.cshtml"; +}
\ No newline at end of file |