ModelBinderAttribute.BinderType プロパティ

定義

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

public:
 property Type ^ BinderType { Type ^ get(); void set(Type ^ value); };
public Type BinderType { get; set; }
public Type? BinderType { get; set; }
member this.BinderType : Type with get, set
Public Property BinderType As Type

プロパティ値

注釈

この属性をサブクラス化し、 が指定された (非null) IModelBinder 実装に対して正しくないかどうかをCustom設定BindingSourceします。

適用対象