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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









DesignerAdapterAttribute.NET 1.1

System.Web.UI.MobileControls (system.web.mobile.dll)class

This attribute is used to associate a control with a specific
adapter. You apply this adapter to the control class declaration, and
specify the fully-qualified name of the adapter class in the
TypeName property.

public class 

DesignerAdapterAttribute : Attribute {
// Public Constructors
public

DesignerAdapterAttribute (string

adapterTypeName );
public

DesignerAdapterAttribute (Type

adapterType );
// Public Instance Properties
public virtual string

TypeName {get; }
}



Hierarchy


System.Object
System.Attribute
DesignerAdapterAttribute

Valid On


Class


/ 873