ModelBinderAttribute.BindingSource 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 BindingSource。
public:  virtual property Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ BindingSource {  public:
Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ get(); protected:
 void set(Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ value); };public virtual Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource BindingSource { get; protected set; }public virtual Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource? BindingSource { get; protected set; }member this.BindingSource : Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource with get, setPublic Overridable Property BindingSource As BindingSource属性值
如果 BinderType 为 null,则默认为 null。 否则,默认为 Custom。 可以在子类中重写。