Table of Contents

Class BoundMenu

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

Properties

Binding

[Parameter]
public MenuModel? Binding { get; set; }

Property Value

MenuModel

ChildContent

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

Property Value

RenderFragment<string>

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

OnInitialized()

Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree.

protected override void OnInitialized()