Table of Contents

Class LoadingPlaceholder

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

Properties

Splat

[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object>? Splat { get; set; }

Property Value

Dictionary<string, object>

Tag

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

Property Value

string

Text

[Parameter]
public string? Text { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder builder)

Parameters

builder RenderTreeBuilder

A RenderTreeBuilder that will receive the render output.