PostbackPropertyAttribute
Wisej.Base.PostbackPropertyAttribute
Last updated
Was this helpful?
Wisej.Base.PostbackPropertyAttribute
Namespace: Wisej.Base
Assembly: Wisej.Framework (4.1.0.0)
Allows the property to return its value to postback requests.
public class PostbackPropertyAttribute : AttributePublic Class PostbackPropertyAttribute
Inherits AttributeInitializes the PostbackPropertyAttribute attribute.
Initializes the PostbackPropertyAttribute attribute.
allow
Indicates whether the property is allowed or disallowed to return its value to postback requests.
Boolean: Returns or sets whether the property is allows to return its value to postback requests.
Returns true if the property allows postback requests.
Returns: Boolean. True if the property allows postback requests.
Last updated
Was this helpful?
Was this helpful?

