Syntax
public abstract class AbstractControlHandler<TVirtualView, TNativeView> : IBlazorViewHandler,
IViewHandler
where TVirtualView : View where TNativeView : CometComponentBase
Type Parameters
Name |
Description |
TVirtualView |
|
TNativeView |
|
Constructors
Properties
Methods
Extension Methods
Name |
Value |
Summary |
SetBackingValue<AbstractControlHandler<TVirtualView, TNativeView>, TV>(Expression<Func<AbstractControlHandler<TVirtualView, TNativeView>, TV>>, TV) |
T |
Sets the backing value.
|
With<AbstractControlHandler<TVirtualView, TNativeView>, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|