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
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
bindingContext
ModelBindingContextBinding context, currently not used.
Returns
- Task