Wisej.Base.PostbackPropertyAttribute
Namespace: Wisej.Base
Assembly: Wisej.Framework (2.2.0.0)
Allows the property to return its value to postback requests.
Initializes the PostbackPropertyAttribute attribute.
Initializes the PostbackPropertyAttribute attribute.
Name | Type | Description |
---|---|---|
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.
Parameter | Type | Description |
---|---|---|
property
Property to check.
allow
Indicates whether the property is allowed or disallowed to return its value to postback requests.