IBindingSourceMetadata.BindingSource 属性

定义

获取 BindingSource

public:
 property Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ BindingSource { Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ get(); };
public Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource BindingSource { get; }
public Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource? BindingSource { get; }
member this.BindingSource : Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource
Public ReadOnly Property BindingSource As BindingSource

属性值

注解

BindingSource是元数据,可用于确定哪些数据源对属性或参数的模型绑定有效。

适用于