Skip to main content
Version: 4.1

PostbackPropertyAttribute

Namespace: Wisej.Base

Assembly: Wisej.Framework (4.1.0.0)

Allows the property to return its value to postback requests.

public class PostbackPropertyAttribute : Attribute

Constructors

Instance member PostbackPropertyAttribute()

Initializes the PostbackPropertyAttribute attribute.

Instance member PostbackPropertyAttribute(allow)

Initializes the PostbackPropertyAttribute attribute.

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

Properties

Instance member Allow

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

Methods

Static member IsPostbackProperty(property)

Returns true if the property allows postback requests.

ParameterTypeDescription
propertyPropertyDescriptorProperty to check.

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