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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









ConstructorNeedsTagAttribute

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

This attribute is used in the class declaration for a control. You
add it, with the parameter set to True, to
indicate that a control's constructor requires an
HTML tag. This tag is used for the
System.Web.UI.HtmlControls.HtmlTableCell and
System.Web.UI.HtmlControls.HtmlGenericControl
classes, which can represent different HTML elements. For example, a
System.Web.UI.HtmlControls.HtmlTableCell could
represent a <td> or
<th> tag, depending on what tag is provided
in the constructor.

public sealed class 

ConstructorNeedsTagAttribute : Attribute {
// Public Constructors
public

ConstructorNeedsTagAttribute ( );
public

ConstructorNeedsTagAttribute (bool

needsTag );
// Public Instance Properties
public bool

NeedsTag {get; }
}



Hierarchy


System.Object
System.Attribute
ConstructorNeedsTagAttribute

Valid On


Class


/ 873