mh_custom/wtmProject.Shared/Shared/EmptyLayout.razor

12 lines
358 B
Plaintext
Raw Normal View History

2024-05-16 17:30:33 +08:00
@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>