PostbackPropertyAttribute
Wisej.Base.PostbackPropertyAttribute
Namespace: Wisej.Base
Assembly: Wisej.Framework (2.5.0.0)
Allows the property to return its value to postback requests.
Constructors
PostbackPropertyAttribute()

Initializes the PostbackPropertyAttribute attribute.
PostbackPropertyAttribute(allow)

Initializes the PostbackPropertyAttribute attribute.
Name
Type
Description
allow
Indicates whether the property is allowed or disallowed to return its value to postback requests.
Properties
Allow

Boolean: Returns or sets whether the property is allows to return its value to postback requests.
Methods
IsPostbackProperty(property)

Returns true if the property allows postback requests.
Parameter
Type
Description
Returns: Boolean. True if the property allows postback requests.
Last updated
Was this helpful?