cs11dotnet7/vscode/PracticalApps/Northwind.Mvc/Areas/Identity/Pages/_ViewStart.cshtml

4 lines
53 B
Text
Raw Normal View History

2022-03-13 16:17:01 +00:00
@{
Layout = "/Views/Shared/_Layout.cshtml";
}