aspnetcore/samples/StandaloneApp/Pages/Home.cshtml

3 lines
71 B
Plaintext

@(Layout<StandaloneApp.Shared.MainLayout>())
<h1>Hello, world!</h1>