Web-Development-with-Blazor.../Chapter15/CustomElements/RazorPagesProject/Pages/_ViewStart.cshtml

4 lines
32 B
Plaintext
Raw Permalink Normal View History

2023-02-17 15:28:17 +01:00
@{
Layout = "_Layout";
}