dotnettutorial-asp-dot-net-mvc/FirstMVCDemo/Views/_ViewStart.cshtml

3 lines
53 B
Plaintext

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