次の方法で共有


ComplexTypeModelBinder.BindProperty(ModelBindingContext) メソッド

定義

モデルのプロパティのバインドを試みます。

protected:
 virtual System::Threading::Tasks::Task ^ BindProperty(Microsoft::AspNetCore::Mvc::ModelBinding::ModelBindingContext ^ bindingContext);
protected virtual System.Threading.Tasks.Task BindProperty (Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext bindingContext);
abstract member BindProperty : Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext -> System.Threading.Tasks.Task
override this.BindProperty : Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext -> System.Threading.Tasks.Task
Protected Overridable Function BindProperty (bindingContext As ModelBindingContext) As Task

パラメーター

bindingContext
ModelBindingContext

ModelBindingContextモデル プロパティの 。

戻り値

Task完了すると、モデル バインドの結果に設定Resultされる 。

適用対象