BindPropertiesAttribute.SupportsGet 属性

定义

如果 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

属性值

适用于