1
0
mirror of https://github.com/rudollee/LearningMVC.git synced 2025-06-07 07:56:14 +00:00
LearningMVC/Razor/Views/_ViewStart.cshtml
2017-04-03 23:33:58 +09:00

3 lines
49 B
Plaintext

@{
Layout = "~/Views/_BasicLayout.cshtml";
}