Files
gpw_next/GPW.CORE6.Smart/Pages/_Host.cshtml
T
2024-08-22 16:03:31 +02:00

11 lines
196 B
Plaintext

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