次の方法で共有


ControlValueProvider(ModelBindingExecutionContext, String) コンストラクター

定義

ControlValueProvider クラスの新しいインスタンスを初期化します。

public:
 ControlValueProvider(System::Web::ModelBinding::ModelBindingExecutionContext ^ modelBindingExecutionContext, System::String ^ propertyName);
public ControlValueProvider (System.Web.ModelBinding.ModelBindingExecutionContext modelBindingExecutionContext, string propertyName);
new System.Web.ModelBinding.ControlValueProvider : System.Web.ModelBinding.ModelBindingExecutionContext * string -> System.Web.ModelBinding.ControlValueProvider
Public Sub New (modelBindingExecutionContext As ModelBindingExecutionContext, propertyName As String)

パラメーター

modelBindingExecutionContext
ModelBindingExecutionContext

実行コンテキスト。

propertyName
String

値の取得元のコントロール プロパティの名前。

適用対象