Table of Contents

Class EditSection

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

Properties

Entity

[Parameter]
public IEntity? Entity { get; set; }

Property Value

IEntity

FieldContext

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

Property Value

FieldContext

Section

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