This documentation is archived and is not being maintained.
IPageAdapter Members
Visual Studio 2008
Defines the interface to a page adapter.
The IPageAdapter type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateTemplatedUI | Called by base classes to create a templated UI. (Inherited from IControlAdapter.) |
|
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. |
|
HandlePostBackEvent | Returns true if the event was handled. (Inherited from IControlAdapter.) |
|
LoadAdapterState | Returns the adapter-specific view for a control. (Inherited from IControlAdapter.) |
|
LoadPostData | Returns true if the adapter handles loading the post data. (Inherited from IControlAdapter.) |
|
OnInit | Called after an object, such as a form or a page, is initialized. (Inherited from IControlAdapter.) |
|
OnLoad | Loads data that pertains to a control, a page, or a device adapter. (Inherited from IControlAdapter.) |
|
OnPreRender | Called by the control's OnPreRender method, to perform adapter-specific work prior to rendering. (Inherited from IControlAdapter.) |
|
OnUnload | Unloads data that pertains to a control, a page, or a device adapter. (Inherited from IControlAdapter.) |
|
Render | Called by the control's Render method to perform rendering. (Inherited from IControlAdapter.) |
|
SaveAdapterState | This method is called when the control saves its private view state. (Inherited from IControlAdapter.) |
| 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: