Class ContentLoad
Enum for the different options for displaying tab content.
Inheritance
System.Object
ContentLoad
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ContentLoad : Enum
Fields
Demand
Only the content of the selected tab is loaded initially. The content of tabs that have been loaded once will be maintained in the DOM.
Declaration
public const ContentLoad Demand
Field Value
Type |
---|
ContentLoad |
Dynamic
Only the content of the selected tab is loaded and available in the DOM, and it will be replaced with the corresponding content if the tab is selected dynamically.
Declaration
public const ContentLoad Dynamic
Field Value
Type |
---|
ContentLoad |
Init
The content of all tabs is rendered on the initial load and maintained in the DOM.
Declaration
public const ContentLoad Init
Field Value
Type |
---|
ContentLoad |