共用方式為


BindingMetadata.BinderType 屬性

定義

取得或設定 Type 用來系結模型的實作 IModelBinder 的 。 請參閱 BinderType

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

屬性值

備註

如果指定的 IModelBinder 實作不使用來自表單資料、路由值或查詢字串的值,也設定 BindingSource

適用於