Table of Contents

Class Section

Namespace
Oqtane.Modules.Controls
Assembly
Oqtane.Client.dll
public class Section : LocalizableComponent, IModuleControl
Inheritance
object
ComponentBase
Section
Implements
Inherited Members

Properties

ChildContent

[Parameter]
public RenderFragment ChildContent { get; set; }

Property Value

RenderFragment

Expanded

[Parameter]
public string Expanded { get; set; }

Property Value

string

Heading

[Parameter]
public string Heading { get; set; }

Property Value

string

IsVisible

[Parameter]
public bool IsVisible { get; set; }

Property Value

bool

Name

[Parameter]
public string Name { 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

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()