Blazorise RouterTabs API

Review the component, page attribute, and options used to configure router-based tabs.

For setup instructions and examples, see the RouterTabs documentation.

API

Parameters

RouterTabs

Parameter Description TypeDefault
NameLocalizer

A function used to localize tab names.

TextLocalizerHandlernull

RouterTabsOptions

Parameter Description TypeDefault
NameLocalizer

A function used to localize router tab names.

Remarks

This function allows localization of router tab names based on a key.

Behavior:

Accepts a string parameter representing the name key.Returns the localized name as a string.Returns null if no localization is available.

TextLocalizerHandlernull

RouterTabsPageAttribute

Constructor arguments

Argument Description TypeDefault
Name Sets the router tab name or localization key. string
TabClass Sets the CSS class applied to the router tab. stringstring.Empty
TabPanelClass Sets the CSS class applied to the router tab panel. stringstring.Empty
Closeable Specifies whether the router tab can be closed. booltrue
On this page