Table of Contents

Class ContentRegion

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

Properties

BottomGap

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

Property Value

bool

BottomLeft

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

Property Value

bool

BottomRight

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

Property Value

bool

ChildContent

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

Property Value

RenderFragment

Column

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

Property Value

string

LeftGap

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

Property Value

bool

Overlay

[Parameter]
public int Overlay { get; set; }

Property Value

int

RightGap

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

Property Value

bool

Row

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

Property Value

string

TopGap

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

Property Value

bool

TopLeft

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

Property Value

bool

TopRight

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

Property Value

bool

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