Table of Contents

Class RadzenHtml

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

RadzenHtml component.

public class RadzenHtml : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
RadzenHtml
Implements
Inherited Members

Constructors

RadzenHtml()

public RadzenHtml()

Properties

ChildContent

Gets or sets the child content.

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

Property Value

RenderFragment

The child content.

Visible

Gets or sets a value indicating whether this RadzenHtml is visible.

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

Property Value

bool

true if visible; otherwise, false.

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder