Udostępnij za pośrednictwem


SimpleModelBinderProvider Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy SimpleModelBinderProvider.

Przeciążenia

SimpleModelBinderProvider(Type, Func<IModelBinder>)

Inicjuje nowe wystąpienie klasy przy użyciu określonego typu SimpleModelBinderProvider modelu i fabryki powiązania modelu.

SimpleModelBinderProvider(Type, IModelBinder)

Inicjuje nowe wystąpienie klasy przy użyciu określonego typu SimpleModelBinderProvider modelu i klasy binder modelu.

SimpleModelBinderProvider(Type, Func<IModelBinder>)

Inicjuje nowe wystąpienie klasy przy użyciu określonego typu SimpleModelBinderProvider modelu i fabryki powiązania modelu.

public:
 SimpleModelBinderProvider(Type ^ modelType, Func<System::Web::ModelBinding::IModelBinder ^> ^ modelBinderFactory);
public SimpleModelBinderProvider (Type modelType, Func<System.Web.ModelBinding.IModelBinder> modelBinderFactory);
new System.Web.ModelBinding.SimpleModelBinderProvider : Type * Func<System.Web.ModelBinding.IModelBinder> -> System.Web.ModelBinding.SimpleModelBinderProvider
Public Sub New (modelType As Type, modelBinderFactory As Func(Of IModelBinder))

Parametry

modelType
Type

Typ modelu.

modelBinderFactory
Func<IModelBinder>

Fabryka powiązania modelu.

Dotyczy

SimpleModelBinderProvider(Type, IModelBinder)

Inicjuje nowe wystąpienie klasy przy użyciu określonego typu SimpleModelBinderProvider modelu i klasy binder modelu.

public:
 SimpleModelBinderProvider(Type ^ modelType, System::Web::ModelBinding::IModelBinder ^ modelBinder);
public SimpleModelBinderProvider (Type modelType, System.Web.ModelBinding.IModelBinder modelBinder);
new System.Web.ModelBinding.SimpleModelBinderProvider : Type * System.Web.ModelBinding.IModelBinder -> System.Web.ModelBinding.SimpleModelBinderProvider
Public Sub New (modelType As Type, modelBinder As IModelBinder)

Parametry

modelType
Type

Typ modelu.

modelBinder
IModelBinder

Binder modelu.

Wyjątki

Parametr modelType or modelBinder to null .

Dotyczy