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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









IUserControlDesignerAccessor

System.Web.UI (system.web.dll)interface

This interface defines the properties the IDE should be able to
access to retrieve information about a user control at design time.
This includes two properties, InnerText (the
complete content inside the user control tag) and
TagName (the tag name used by the control). The
UserControl class implements the
IUserControlDesignerAccessor interface.

public interface 

IUserControlDesignerAccessor {
// Public Instance Properties
public string

InnerText {set; get; }
public string

TagName {set; get; }
}



Implemented By


UserControl


/ 873