ChtmlPageAdapter Properties

 

Namespace:   System.Web.UI.MobileControls.Adapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

NameDescription
System_CAPS_pubpropertyCacheVaryByHeaders

Returns a list of any additional HTTP headers by which caching is varied. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from HtmlPageAdapter.)

System_CAPS_pubpropertyControl

Returns a strongly typed reference to the associated control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from ControlAdapter.)

System_CAPS_pubpropertyCookielessDataDictionary

Gets or sets persisted data between requests through the use of the URL query string. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from HtmlPageAdapter.)

System_CAPS_pubpropertyDevice

Returns the device capabilities object associated with the request. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from ControlAdapter.)

System_CAPS_protpropertyEventArgumentKey

Returns the key to use to submit the event argument. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Overrides HtmlPageAdapter.EventArgumentKey.)

System_CAPS_protpropertyEventSourceKey

Returns the key to use to submit the event source. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Overrides HtmlPageAdapter.EventSourceKey.)

System_CAPS_protpropertyFormAdapter

Retrieves the form adapter for the form on which the associated control resides. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from HtmlControlAdapter.)

System_CAPS_pubpropertyItemWeight

Accesses the approximate weight of a single item in the control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from ControlAdapter.)

System_CAPS_pubpropertyOptimumPageWeight

Returns a page weight, based on the device's screen size, which is appropriate for the target device. Used in form pagination. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from HtmlPageAdapter.)

System_CAPS_pubpropertyPage

Gets or sets the page to which the adapter is attached. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from HtmlPageAdapter.)

System_CAPS_protpropertyPageAdapter

Returns the page adapter for the mobile page. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from HtmlControlAdapter.)

System_CAPS_pubpropertyPersistCookielessData

Sets or returns whether items from the CookielessDataDictionary property are persisted in the query string. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from HtmlPageAdapter.)

System_CAPS_pubpropertyRequiresFormTag

Gets a value indicating whether an adapter, such as the ChtmlCommandAdapter class, generates markup that requires <Form> tags for form submission. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from HtmlControlAdapter.)

System_CAPS_protpropertySecondaryUIMode

Sets or returns the secondary user interface (UI) mode for the control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from HtmlControlAdapter.)

System_CAPS_pubpropertyStyle

Returns the style object associated with the control to which the device adapter is attached. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from ControlAdapter.)

System_CAPS_pubpropertyVisibleWeight

Gets or sets the approximate weight of the control, in characters. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from ControlAdapter.)

Return to top
Show: