demo20230512/Views/_ViewStart.cshtml
2023-05-12 10:20:28 +08:00

3 lines
53 B
Plaintext

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