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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









PersistChildrenAttribute

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

This attribute indicates how the child controls of an ASP.NET Server
Control should be persisted at design time. If set to
True, the child controls are persisted as nested
inner server control tags. If False, the
properties of the control may be persisted as inner tags.

public sealed class 

PersistChildrenAttribute : Attribute {
// Public Constructors
public

PersistChildrenAttribute (bool

persist );
// Public Static Fields
public static readonly PersistChildrenAttribute

Default ; // =System.Web.UI.PersistChildrenAttribute
public static readonly PersistChildrenAttribute

No ; // =System.Web.UI.PersistChildrenAttribute
public static readonly PersistChildrenAttribute

Yes ; // =System.Web.UI.PersistChildrenAttribute
// Public Instance Properties
public bool

Persist {get; }
// Public Instance Methods
public override bool

Equals (object

obj ); // overrides Attribute
public override int

GetHashCode ( ); // overrides Attribute
public override bool

IsDefaultAttribute ( ); // overrides Attribute
}



Hierarchy


System.Object
System.Attribute
PersistChildrenAttribute

Valid On


Class


/ 873