IModelBinder Interface

Definition

Defines the method that is required for a model binder.

public interface class IModelBinder
public interface IModelBinder
type IModelBinder = interface
Public Interface IModelBinder
Derived

Methods

BindModel(ModelBindingExecutionContext, ModelBindingContext)

Binds the model to a value by using the specified execution context and binding context.

Applies to