All pages
Powered by GitBook
1 of 1

Loading...

PostbackPropertyAttribute

Wisej.Base.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
Public Class PostbackPropertyAttribute
    Inherits Attribute

Constructors

PostbackPropertyAttribute()

Initializes the attribute.

PostbackPropertyAttribute(allow)

Initializes the attribute.

Name
Type
Description

Properties

Allow

: 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: . True if the property allows postback requests.

allow

Boolean

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

property

PropertyDescriptor

Property to check.

PostbackPropertyAttribute
PostbackPropertyAttribute
Boolean
Boolean