BView Class

Assembly
Comet.Blazor.dll
Namespace
Comet.Blazor.Components
Base Types
BView
ComponentBase

Syntax

public class BView : CometComponentBase

Constructors

Name Summary
BView()

Properties

Name Value Summary
View View

Methods

Name Value Summary
BuildRenderTree(RenderTreeBuilder) void

Extension Methods

Name Value Summary
SetBackingValue<BView, TV>(Expression<Func<BView, TV>>, TV) T
Sets the backing value.
With<BView, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.