Table of Contents

Class ChromeScope

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

Properties

AdminMode

Show admin-only fields (subject to the principal's admin role).

[Parameter]
public bool? AdminMode { get; set; }

Property Value

bool?

ChildContent

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

Property Value

RenderFragment

Embedded

Render as embedded (no top-level section chrome).

[Parameter]
public bool? Embedded { get; set; }

Property Value

bool?

LowDensity

Render in the comfortable (consumer) density register.

[Parameter]
public bool? LowDensity { get; set; }

Property Value

bool?

Outer

[CascadingParameter]
public ChromeContext? Outer { get; set; }

Property Value

ChromeContext

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