- Assembly
- Comet
.Blazor .dll - Namespace
- Comet
.Blazor .Handlers - Interfaces
-
- IViewHandler
- Implementing Types
graph BT
Type-.->Interface0["IViewHandler"]
Type["IBlazorViewHandler"]
class Type type-node
Implementing0["AbstractControlHandler<TVirtualView, TNativeView>"]-.->Type
click Implementing0 "/api/Comet.Blazor.Handlers/AbstractControlHandler_2"
Syntax
public interface IBlazorViewHandler : IViewHandler
Properties
Name | Value | Summary |
---|---|---|
ComponentType | Type | |
VirtualType | Type |
Methods
Name | Value | Summary |
---|---|---|
OnComponentLoad |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|