Create a “~/Views/_ViewStart.cshtml” page and the following inside:
[code language=”csharp”]
@{
Layout = "~/Views/Shared/_Layout.cshtml";
}
[/code]
Create a “~/Views/_ViewStart.cshtml” page and the following inside:
[code language=”csharp”]
@{
Layout = "~/Views/Shared/_Layout.cshtml";
}
[/code]
0 people found this article useful
0 people found this article useful