This documentation is archived and is not being maintained.
PageAdapter Properties
Visual Studio 2008
The PageAdapter type exposes the following members.
| Name | Description | |
|---|---|---|
|
Browser | Gets a reference to the browser capabilities of the client making the current HTTP request. (Inherited from ControlAdapter.) |
|
CacheVaryByHeaders | Gets a list of additional HTTP headers by which caching is varied for the Web page to which this derived page adapter is attached. |
|
CacheVaryByParams | Gets a list of additional parameters from HTTP GET and POST requests by which caching is varied for the Web page to which this derived page adapter is attached. |
|
ClientState | Gets an encoded string that contains the view and control states data of the Web page to which this derived page adapter is attached. |
|
Control | Gets a reference to the control to which this control adapter is attached. (Inherited from ControlAdapter.) |
|
Page | Gets a reference to the page where the control associated with this adapter resides. (Inherited from ControlAdapter.) |
|
PageAdapter | Gets a reference to the page adapter for the page where the associated control resides. (Inherited from ControlAdapter.) |
Show: