CollectionModelBinder<TElement> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ブラウザー要求をコレクションにマップします。
generic <typename TElement>
public ref class CollectionModelBinder : System::Web::ModelBinding::IModelBinder
public class CollectionModelBinder<TElement> : System.Web.ModelBinding.IModelBinder
type CollectionModelBinder<'Element> = class
interface IModelBinder
Public Class CollectionModelBinder(Of TElement)
Implements IModelBinder
型パラメーター
- TElement
コレクションの型。
- 継承
-
CollectionModelBinder<TElement>
- 派生
- 実装
コンストラクター
CollectionModelBinder<TElement>() |
CollectionModelBinder<TElement> クラスの新しいインスタンスを初期化します。 |
メソッド
BindModel(ModelBindingExecutionContext, ModelBindingContext) |
指定された実行コンテキストおよびバインディング コンテキストを使用して、モデルをバインドします。 |
CreateOrReplaceCollection(ModelBindingExecutionContext, ModelBindingContext, IList<TElement>) |
コレクションをバインダーから返す前に派生クラスがコレクションを操作できるようにする手段を提供します。 |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |