IPageAdapter Members
.NET Framework 2.0
Defines the interface to a page adapter.
The following tables list the members exposed by the IPageAdapter type.
| Name | Description | |
|---|---|---|
| CacheVaryByHeaders | Returns a list of any additional HTTP headers by which caching is varied. |
| CookielessDataDictionary | Use this property to persist data between requests through the use of the URL query string. |
| OptimumPageWeight | Returns a page weight appropriate for the target device. Used in form pagination. |
| Page | Gets or sets the page to which the adapter is attached. |
| PersistCookielessData | Gets or sets whether items from the CookielessDataDictionary property are persisted in the query string. |
| Name | Description | |
|---|---|---|
| CreateTextWriter | Creates and returns a text writer suitable for the given adapters. |
| DeterminePostBackMode | Called to determine the postback data collection. |
| HandleError | Returns true if it handles the error. |
| HandlePagePostBackEvent | Returns true if it handles the exception. |
Reference
IPageAdapter InterfaceSystem.Web.UI.MobileControls Namespace
Other Resources
Mobile Text Writer Rendering Best PracticesUnderstanding ASP.NET Adaptive Rendering
Community Additions
ADD
Show: