PageAdapter Properties

 

Namespace:   System.Web.UI.Adapters
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_protpropertyBrowser

Gets a reference to the browser capabilities of the client making the current HTTP request.(Inherited from ControlAdapter.)

System_CAPS_pubpropertyCacheVaryByHeaders

Gets a list of additional HTTP headers by which caching is varied for the Web page to which this derived page adapter is attached.

System_CAPS_pubpropertyCacheVaryByParams

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.

System_CAPS_protpropertyClientState

Gets an encoded string that contains the view and control states data of the Web page to which this derived page adapter is attached.

System_CAPS_protpropertyControl

Gets a reference to the control to which this control adapter is attached.(Inherited from ControlAdapter.)

System_CAPS_protpropertyPage

Gets a reference to the page where the control associated with this adapter resides.(Inherited from ControlAdapter.)

System_CAPS_protpropertyPageAdapter

Gets a reference to the page adapter for the page where the associated control resides.(Inherited from ControlAdapter.)

Return to top
Show: