BindPropertiesAttribute.SupportsGet 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果 true
为 ,则允许在 GET 请求上绑定属性。 当为 时 false
,属性不会在 GET 请求上获取模型绑定或验证。
默认为 false
。
public:
property bool SupportsGet { bool get(); void set(bool value); };
public bool SupportsGet { get; set; }
member this.SupportsGet : bool with get, set
Public Property SupportsGet As Boolean