PageAdapter Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| 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.
|
| Name | Description | |
|---|---|---|
| Browser |
Gets a reference to the browser capabilities of the client making the current HTTP request.
(inherited from
ControlAdapter)
|
| 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)
|
Community Additions
ADD
Show: