mh_custom/wtmProject.Shared/Shared/EmptyLayout.razor
2024-05-17 13:43:36 +08:00

12 lines
358 B
Plaintext

@inherits LayoutComponentBase
<Layout SideWidth="0" IsPage="false" ShowGotoTop="false" ShowCollapseBar="false"
IsFullSide="true" IsFixedHeader="false" IsFixedFooter="false" ShowFooter="false"
UseTabSet="false">
<Main>
<CascadingValue Value="this" IsFixed="true">
@Body
</CascadingValue>
</Main>
</Layout>