Files
gpw_next/GPW.CORE.Test/Pages/_Host.cshtml
T
2023-01-09 09:38:35 +01:00

9 lines
192 B
Plaintext

@page "/"
@namespace GPW.CORE.Test.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@{
Layout = "_Layout";
}
<component type="typeof(App)" render-mode="ServerPrerendered" />