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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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







DeviceSpecificChoice.NET 1.1

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

This class represents the <Choice> element
in a

.aspx file. Each
<Choice> element represents a distinct
condition (typically corresponding to a different type of client
device or set of client device abilities). When the page is loaded at
run time, the first matching choice is used. For example, you might
create a <Choice> element that specifies a
Filter string
"WML", which matches an entry in
the <deviceFilters> section of the
machine.config file. The settings in this choice
will only be used if the target device supports WML (and
hasn't matched any previous choice conditions).

public class 

DeviceSpecificChoice :
System.Web.UI.IParserAccessor, System.Web.UI.IAttributeAccessor {
// Public Constructors
public

DeviceSpecificChoice ( );
// Public Instance Properties
public string

Argument {set; get; }
public IDictionary

Contents {get; }
public string

Filter {set; get; }
public bool

HasTemplates {get; }
public IDictionary

Templates {get; }
public string

Xmlns {set; get; }
}



Returned By


DeviceSpecific.SelectedChoice,
DeviceSpecificChoiceCollection.this

Passed To


DeviceSpecificChoiceCollection.{Add( ),
AddAt( ), Remove( )}

/ 873