- 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["BShape"]
class Type type-node
Syntax
public class BShape : CometComponentBase
Constructors
| Name | Summary |
|---|---|
| BShape |
Properties
| Name | Value | Summary |
|---|---|---|
| Shape | Shape |
Methods
| Name | Value | Summary |
|---|---|---|
| BuildRenderTree |
void | |
| OnAfterRenderAsync |
Task |
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
