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 TypeDefault
ChildContent

Specifies the content to be rendered inside this Layout.

RenderFragmentnull
Loading

If true, an overlay will be created so the user cannot click anything until set to false.

boolfalse
LoadingClass

Sets the custom classname for loading element.

string
LoadingTemplate

Specifies the content to be rendered the loading container.

RenderFragmentnull
Sider

Indicates that layout will contain sider container.

boolfalse

LayoutHeader

Parameter Description TypeDefault
ChildContent

Specifies the content to be rendered inside this LayoutHeader.

RenderFragmentnull
Fixed

If true header will be fixed to the top of the page.

boolfalse

LayoutFooter

Parameter Description TypeDefault
ChildContent

Specifies the content to be rendered inside this LayoutFooter.

RenderFragmentnull
Fixed

If true footer will be fixed to the bottom of the page.

boolfalse

Events

Layout

Event Description Type
LoadingChanged

Notifies when loading state had changed.

EventCallback<bool>
On this page