This documentation is archived and is not being maintained.
IPageAdapter Properties
Visual Studio 2008
The IPageAdapter type exposes the following members.
| Name | Description | |
|---|---|---|
|
CacheVaryByHeaders | Returns a list of any additional HTTP headers by which caching is varied. |
|
Control | Returns a strongly typed reference to the associated control. (Inherited from IControlAdapter.) |
|
CookielessDataDictionary | Use this property to persist data between requests through the use of the URL query string. |
|
ItemWeight | Accesses the approximate weight of a single item in the control. (Inherited from IControlAdapter.) |
|
OptimumPageWeight | Returns a page weight appropriate for the target device. Used in form pagination. |
|
Page | Returns the page associated with the device adapter. (Inherited from IControlAdapter.) |
|
PersistCookielessData | Gets or sets whether items from the CookielessDataDictionary property are persisted in the query string. |
|
VisibleWeight | Returns the approximate weight of the control, in characters. (Inherited from IControlAdapter.) |
Show: