Table of Contents

Class RadzenComponents

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll
public class RadzenComponents : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
RadzenComponents
Implements
Inherited Members

Constructors

RadzenComponents()

public RadzenComponents()

Properties

Attributes

Specifies additional custom attributes that will be rendered by the component.

[Parameter(CaptureUnmatchedValues = true)]
public IReadOnlyDictionary<string, object> Attributes { get; set; }

Property Value

IReadOnlyDictionary<string, object>

The attributes.

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder