12 lines
358 B
Plaintext
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>
|