- Assembly
- Comet
.Blazor .dll - Namespace
- Comet
.Blazor .Components - Base Types
-
- ComponentBase
- CometComponentBase
graph BT
Type-->Base0["CometComponentBase"]
click Base0 "/api/Comet.Blazor.Components/CometComponentBase"
Base0-->Base1["ComponentBase"]
Type["BText"]
class Type type-node
Syntax
public class BText : CometComponentBase
Constructors
Name | Summary |
---|---|
BText |
Properties
Name | Value | Summary |
---|---|---|
Value | string |
Methods
Name | Value | Summary |
---|---|---|
BuildRenderTree |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|