Method BindAction
BindAction<TContext>(Binder<TContext>, Expression<Action<TContext>>, string)
Declaration
public static void BindAction<TContext>(this Binder<TContext> binder, Expression<Action<TContext>> expression, string overrideKey = null) where TContext : class
Parameters
Type | Name | Description |
---|---|---|
Binder<TContext> | binder | |
Expression<Action<TContext>> | expression | |
string | overrideKey |
Type Parameters
Name | Description |
---|---|
TContext |