Files
gpw_next/GPW.CORE.WRKLOG/Pages/_Host.cshtml
T
2022-01-28 07:25:23 +01:00

11 lines
264 B
Plaintext

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