PageAdapter Properties

(see also Protected Properties )
  Name Description
Public property 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.
Public property 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.
Top

  Name Description
Protected property Browser 
Gets a reference to the browser capabilities of the client making the current HTTP request.
(inherited from ControlAdapter)
Protected property 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.
Protected property Control 
Gets a reference to the control to which this control adapter is attached.
(inherited from ControlAdapter)
Protected property Page 
Gets a reference to the page where the control associated with this adapter resides.
(inherited from ControlAdapter)
Protected property PageAdapter 
Gets a reference to the page adapter for the page where the associated control resides.
(inherited from ControlAdapter)
Top

Community Additions

ADD
Show: