mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
@page "/"
|
|
@namespace Northwind.BlazorServer.Pages
|
|
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
|
@{
|
|
Layout = "_Layout";
|
|
}
|
|
|
|
<component type="typeof(App)" render-mode="ServerPrerendered" />
|