Table of Contents

Class LoadingSection

Namespace
The.Web.Entities
Assembly
Instagile.Web.Client.dll
public class LoadingSection : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
LoadingSection
Implements
Inherited Members

Properties

FieldContext

[CascadingParameter]
public required FieldContext FieldContext { get; set; }

Property Value

FieldContext

Section

[Parameter]
[EditorRequired]
public required SectionSpec Section { get; set; }

Property Value

SectionSpec

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied 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()