Files
gpw_next/GPW.CORE.Test/Pages/_Host.cshtml
T

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" />