ModelBindingContext.BindingSource 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,表示 BindingSource 與 相關聯的 Model 。
public:
abstract property Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ BindingSource { Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ get(); void set(Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ value); };
public abstract Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource BindingSource { get; set; }
public abstract Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource? BindingSource { get; set; }
member this.BindingSource : Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource with get, set
Public MustOverride Property BindingSource As BindingSource