MutableObjectModelBinderProvider.GetBinder Methode

Definition

Gibt einen Modellordner für ein veränderbares Objekt zurück.

public:
 override System::Web::ModelBinding::IModelBinder ^ GetBinder(System::Web::ModelBinding::ModelBindingExecutionContext ^ modelBindingExecutionContext, System::Web::ModelBinding::ModelBindingContext ^ bindingContext);
public override System.Web.ModelBinding.IModelBinder GetBinder(System.Web.ModelBinding.ModelBindingExecutionContext modelBindingExecutionContext, System.Web.ModelBinding.ModelBindingContext bindingContext);
override this.GetBinder : System.Web.ModelBinding.ModelBindingExecutionContext * System.Web.ModelBinding.ModelBindingContext -> System.Web.ModelBinding.IModelBinder
Public Overrides Function GetBinder (modelBindingExecutionContext As ModelBindingExecutionContext, bindingContext As ModelBindingContext) As IModelBinder

Parameter

modelBindingExecutionContext
ModelBindingExecutionContext

Der Ausführungskontext.

bindingContext
ModelBindingContext

Der Bindungskontext.

Gibt zurück

Der Modellbinder.

Gilt für: