ModelBinderAttribute<TBinder> クラス

定義

バインドに使用するモデル名または 型 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<TBinder>

注釈

これは、 の派生ジェネリックバリアント ModelBinderAttributeです。 ターゲットには、いずれかの属性のインスタンスが 1 つだけ指定されていることを確認します。

コンストラクター

ModelBinderAttribute<TBinder>()

ModelBinderAttribute の新しいインスタンスを初期化します。

プロパティ

BinderType

TypeのいずれかをIModelBinder実装する 。

(継承元 ModelBinderAttribute)
BindingSource

BindingSource を取得します。

(継承元 ModelBinderAttribute)
Name

モデル名

(継承元 ModelBinderAttribute)

適用対象