ModelBinderAttribute<TBinder> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
バインドに使用するモデル名または 型 IModelBinder を指定できる属性。
public class ModelBinderAttribute<TBinder> : Microsoft.AspNetCore.Mvc.ModelBinderAttribute where TBinder : IModelBinder
type ModelBinderAttribute<'Binder (requires 'Binder :> IModelBinder)> = class
inherit ModelBinderAttribute
Public Class ModelBinderAttribute(Of TBinder)
Inherits ModelBinderAttribute
型パラメーター
- TBinder
Typeを実装する IModelBinder。
- 継承
注釈
これは、 の派生ジェネリックバリアント ModelBinderAttributeです。 ターゲットには、いずれかの属性のインスタンスが 1 つだけ指定されていることを確認します。
コンストラクター
ModelBinderAttribute<TBinder>() |
ModelBinderAttribute の新しいインスタンスを初期化します。 |
プロパティ
BinderType |
TypeのいずれかをIModelBinder実装する 。 (継承元 ModelBinderAttribute) |
BindingSource |
BindingSource を取得します。 (継承元 ModelBinderAttribute) |
Name |
モデル名 (継承元 ModelBinderAttribute) |