Table of Contents

Class BoundFunction<T>

Namespace
The.Web.Controls
Assembly
Instagile.Web.Client.dll
public class BoundFunction<T> : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Type Parameters

T
Inheritance
BoundFunction<T>
Implements
Inherited Members

Properties

Binding

[Parameter]
public Func<T>? Binding { get; set; }

Property Value

Func<T>

ChildContent

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

Property Value

RenderFragment<T>

ErrorContent

[Parameter]
public RenderFragment<Exception>? ErrorContent { get; set; }

Property Value

RenderFragment<Exception>

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

Reload()

public void Reload()