Skip to main content
Version: 3.5

PostbackPropertyAttribute

Namespace: Wisej.Base

Assembly: Wisej.Framework (3.5.0.0)

Allows the property to return its value to postback requests.

public class PostbackPropertyAttribute : Attribute

Constructors

Instance memberPostbackPropertyAttribute()

Initializes the PostbackPropertyAttribute attribute.

Instance memberPostbackPropertyAttribute(allow)

Initializes the PostbackPropertyAttribute attribute.

NameTypeDescription
allowBooleanIndicates whether the property is allowed or disallowed to return its value to postback requests.

Properties

Instance memberAllow

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

Methods

Static memberIsPostbackProperty(property)

Returns true if the property allows postback requests.

ParameterTypeDescription
propertyPropertyDescriptorProperty to check.

Returns: Boolean. True if the property allows postback requests.