次の方法で共有


MutableObjectModelBinder クラス

定義

ブラウザー要求を変更可能なデータ オブジェクトにマップします。

public ref class MutableObjectModelBinder : System::Web::ModelBinding::IModelBinder
public class MutableObjectModelBinder : System.Web.ModelBinding.IModelBinder
type MutableObjectModelBinder = class
    interface IModelBinder
Public Class MutableObjectModelBinder
Implements IModelBinder
継承
MutableObjectModelBinder
実装

コンストラクター

MutableObjectModelBinder()

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

メソッド

BindModel(ModelBindingExecutionContext, ModelBindingContext)

指定された実行コンテキストおよびバインディング コンテキストを使用して、モデルをバインドします。

CanUpdateProperty(ModelMetadata)

プロパティを更新できるかどうかを示す値を返します。

CreateModel(ModelBindingExecutionContext, ModelBindingContext)

モデルのインスタンスを作成します。

EnsureModel(ModelBindingExecutionContext, ModelBindingContext)

インスタンスがバインド コンテキスト内にまだ存在しない場合にモデル インスタンスを作成します。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetMetadataForProperties(ModelBindingExecutionContext, ModelBindingContext)

モデルのプロパティのメタデータを返します。

GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
SetProperty(ModelBindingExecutionContext, ModelBindingContext, ModelMetadata, ComplexModelResult)

指定したプロパティの値を設定します。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象