BinderTypeModelBinder Class

Definition

An IModelBinder for models which specify an IModelBinder using BinderType.

public ref class BinderTypeModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinder
public class BinderTypeModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder
type BinderTypeModelBinder = class
    interface IModelBinder
Public Class BinderTypeModelBinder
Implements IModelBinder
Inheritance
BinderTypeModelBinder
Implements

Constructors

BinderTypeModelBinder(Type)

Creates a new BinderTypeModelBinder.

Methods

BindModelAsync(ModelBindingContext)

Attempts to bind a model.

Applies to