Files
gpw_next/GPW.CORE.WRKLOG/Pages/_Host.cshtml
T
Samuele Locatelli 63943fa46d Spostamento JScript
2023-06-08 17:50:29 +02:00

10 lines
263 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" />