Files
gpw_next/GPW.CORE.WRKLOG.old/Pages/_Host.cshtml
T

10 lines
267 B
Plaintext

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