aspnetcore/testapps/ApplicationUsingRelativePaths/Views/_ViewStart.cshtml

4 lines
46 B
Plaintext

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