C# 클래스 Adf.Web.Binding.BindOnPostbackAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
MustBindOnPostback ( IControlBinder binder ) : bool

Indicates whether the specified binder must bind this attribute of a control on postback.

메소드 상세

MustBindOnPostback() 공개 정적인 메소드

Indicates whether the specified binder must bind this attribute of a control on postback.
public static MustBindOnPostback ( IControlBinder binder ) : bool
binder IControlBinder The binder.
리턴 bool