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

4 lines
54 B
Plaintext
Raw Permalink Normal View History

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