Table of Contents

Class ContentBoundary

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

Properties

ChildContent

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

Property Value

RenderFragment

IsInline

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

Property Value

bool

RecoverOnDismiss

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

Property Value

bool

RecoverOnNavigate

[Parameter]
public bool RecoverOnNavigate { 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()