Table of Contents

Class UpdatableFormModelBinder

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Model binder used for binding contextual data required when updating form's markup e.g. applying visibility conditions.

public class UpdatableFormModelBinder
Inheritance
object
UpdatableFormModelBinder
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 ModelBindingContext

Binding context, currently not used.

Returns

Task

See Also