共用方式為


BindingInfo.BinderType 屬性

定義

取得或設定 TypeIModelBinder 用來系結模型的實作的 。

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

適用於