DictionaryModelBinderProvider Class

Definition

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

Constructors

DictionaryModelBinderProvider()

Methods

GetBinder(ModelBinderProviderContext)

Creates a IModelBinder based on ModelBinderProviderContext.

Applies to