Class UpdatableFormModelBinder
Model binder used for binding contextual data required when updating form's markup e.g. applying visibility conditions.
public class UpdatableFormModelBinder
  - Inheritance
 - 
      objectUpdatableFormModelBinder
 
- Extension Methods
 
Constructors
UpdatableFormModelBinder()
public UpdatableFormModelBinder()
  Methods
BindModelAsync(ModelBindingContext)
Method called automatically when parameter is annotated with Microsoft.AspNetCore.Mvc.ModelBinderAttribute with type set to this binder.
public Task BindModelAsync(ModelBindingContext bindingContext)
  Parameters
bindingContextModelBindingContextBinding context, currently not used.
Returns
- Task