ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









DataBindingHandlerAttribute

System.Web.UI (system.web.dll)sealed class

This class is used for controls requiring special data binding
handlers. For example, the
System.Web.UI.WebControls.Calendar control uses a
System.Web.UI.Design.CalendarDataBindingHandler
class that derives from
System.Web.UI.Design.DataBindingHandler. This
custom data binding handler is specified by using the
DataBindingHandlerAttribute in the
control's class declaration.

public sealed class 

DataBindingHandlerAttribute : Attribute {
// Public Constructors
public

DataBindingHandlerAttribute ( );
public

DataBindingHandlerAttribute (string

typeName );
public

DataBindingHandlerAttribute (Type

type );
// Public Static Fields
public static readonly DataBindingHandlerAttribute

Default ; // =System.Web.UI.DataBindingHandlerAttribute
// Public Instance Properties
public string

HandlerTypeName {get; }
}



Hierarchy


System.Object
System.Attribute
DataBindingHandlerAttribute

Valid On


Class


/ 873