Scrollable Navigation Area
Scrollable Body Area
Here is an example that demonstrates the use of a PageLayout
component.
This demonstrates the most common properties that are availabe to set on the PageLayout
.
Name | Type | Default | Description |
---|---|---|---|
Body | RenderFragment? | Body content. | |
BodyClass | string? | Class to apply to the body content. | |
BodyStyle | string? | Style to apply to the body content. | |
Footer | RenderFragment? | Footer content. | |
FooterClass | string? | Class to apply to the footer content. | |
FooterStyle | string? | Style to apply to the footer content. | |
FooterVisible | bool | True | Should the footer be visible |
Header | RenderFragment? | Header content. | |
HeaderClass | string? | Class to apply to the header content. | |
HeaderStyle | string? | Style to apply to the header content. | |
HeaderVisible | bool | True | Should the header be visible |
Navigation | RenderFragment? | Navigation content. | |
NavigationClass | string? | Class to apply to the navigation content. | |
NavigationStyle | string? | Style to apply to the navigation content. | |
NavigationVisible | bool | True | Should the navigation be visible |