Class TabStrip
public class TabStrip : ModuleControlBase, IModuleControl
- Inheritance
-
objectComponentBaseTabStrip
- Implements
- Inherited Members
Properties
ActiveTab
[Parameter]
public string ActiveTab { get; set; }
Property Value
- string
ChildContent
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
- RenderFragment
Id
[Parameter]
public string Id { get; set; }
Property Value
- string
Refresh
[Parameter]
public bool Refresh { get; set; }
Property Value
- bool
TabContentClass
[Parameter]
public string TabContentClass { get; set; }
Property Value
- string
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder
OnInitialized()
Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree.
protected override void OnInitialized()
OnParametersSet()
Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.
protected override void OnParametersSet()