ModelBinderFactory クラス

定義

インスタンスの IModelBinder ファクトリ。

public ref class ModelBinderFactory : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinderFactory
public class ModelBinderFactory : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinderFactory
type ModelBinderFactory = class
    interface IModelBinderFactory
Public Class ModelBinderFactory
Implements IModelBinderFactory
継承
ModelBinderFactory
実装

コンストラクター

ModelBinderFactory(IModelMetadataProvider, IOptions<MvcOptions>)
古い.

このコンストラクターは廃止され、将来のバージョンで削除される予定です。 推奨される代替手段は、 を受け取る IServiceProviderオーバーロードです。

新しい ModelBinderFactory を作成します。

ModelBinderFactory(IModelMetadataProvider, IOptions<MvcOptions>, IServiceProvider)

新しい ModelBinderFactory を作成します。

メソッド

CreateBinder(ModelBinderFactoryContext)

新しい IModelBinder を作成します。

適用対象