aspnetcore/samples/MusicStore/Views/_ViewStart.cshtml

3 lines
52 B
Plaintext

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