Blazorise Layout API
Explore the Blazorise Layout API reference for parameters, events, methods, and related types.
For examples and usage guidance, see the Layout documentation.
API
Parameters
Layout
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to be rendered inside this Layout. |
RenderFragment | null |
Loading |
If true, an overlay will be created so the user cannot click anything until set to false. |
bool | false |
LoadingClass |
Sets the custom classname for loading element. |
string | |
LoadingTemplate |
Specifies the content to be rendered the loading container. |
RenderFragment | null |
Sider |
Indicates that layout will contain sider container. |
bool | false |
LayoutHeader
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to be rendered inside this LayoutHeader. |
RenderFragment | null |
Fixed |
If true header will be fixed to the top of the page. |
bool | false |
LayoutFooter
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to be rendered inside this LayoutFooter. |
RenderFragment | null |
Fixed |
If true footer will be fixed to the bottom of the page. |
bool | false |
Events
Layout
| Event | Description | Type |
|---|---|---|
LoadingChanged |
Notifies when loading state had changed. |
EventCallback<bool> |