This documentation is archived and is not being maintained.

XhtmlPageAdapter Properties

The XhtmlPageAdapter type exposes the following members.

  NameDescription
Public property CacheVaryByHeaders Gets a list of any additional HTTP headers by which caching is varied.
Public property Control Returns a strongly typed reference to the associated control. (Inherited from ControlAdapter.)
Public property CookielessDataDictionary Gets or sets the current cookieless Session property data, if any.
Protected property CssLocation Indicates whether the style sheet is located as an external physical file, is internal to the current page, is stored in the current session state, or is stored in the application cache. (Inherited from XhtmlControlAdapter.)
Public property Device Returns the device capabilities object associated with the request. (Inherited from ControlAdapter.)
Protected property DocumentType Indicates the type of XHTML markup used to render the current document. (Inherited from XhtmlControlAdapter.)
Public property EventArgumentKey Gets the key for submitting the event argument.
Public property EventSourceKey Gets the key for submitting the event source.
Public property ItemWeight Accesses the approximate weight of a single item in the control. (Inherited from ControlAdapter.)
Public property OptimumPageWeight Gets a page weight that is appropriate for the target device.
Public property Page Gets or sets the page to which the adapter is attached. (Overrides ControlAdapter::Page.)
Protected property PageAdapter Gets the page adapter for the page on which the associated control resides. (Inherited from XhtmlControlAdapter.)
Public property PersistCookielessData Gets or sets a Boolean value indicating whether items from the CookielessDataDictionary property are persisted in the query string.
Protected property SecondaryUIMode Gets the current secondary UI mode. (Inherited from XhtmlControlAdapter.)
Public property Style Returns the style object associated with the control to which the device adapter is attached. (Inherited from ControlAdapter.)
Protected property StyleSheetLocationAttributeValue Gets the value of the CssLocation attribute, if it exists, from the form in which it is contained. (Inherited from XhtmlControlAdapter.)
Protected property StyleSheetStorageApplicationSetting Gets the value of the XhtmlCssState configuration setting in the appSettings section of the Web.config file. (Inherited from XhtmlControlAdapter.)
Public property VisibleWeight Gets or sets the approximate weight of the control, in characters. (Inherited from ControlAdapter.)
Top
Show: