aspnetcore/samples/MvcSample.Web/Views/_ViewStart.cshtml

3 lines
52 B
Plaintext

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