XhtmlPageAdapter Members
.NET Framework 3.0
Provides a page adapter for the XHTML adapter set.
The following tables list the members exposed by the XhtmlPageAdapter type.
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| CacheVaryByHeaders | Gets a list of any additional HTTP headers by which caching is varied. |
| Control | Returns a strongly typed reference to the associated control.(inherited from ControlAdapter) |
| CookielessDataDictionary | Gets or sets the current cookieless Session property data, if any. |
| Device | Returns the device capabilities object associated with the request.(inherited from ControlAdapter) |
| EventArgumentKey | Gets the key for submitting the event argument. |
| EventSourceKey | Gets the key for submitting the event source. |
| ItemWeight | Accesses the approximate weight of a single item in the control.(inherited from ControlAdapter) |
| OptimumPageWeight | Gets a page weight that is appropriate for the target device. |
| Page | Gets or sets the page to which the adapter is attached. |
| PersistCookielessData | Gets or sets a Boolean value indicating whether items from the CookielessDataDictionary property are persisted in the query string. |
| Style | Returns the style object associated with the control to which the device adapter is attached.(inherited from ControlAdapter) |
| VisibleWeight | Gets or sets the approximate weight of the control, in characters.(inherited from ControlAdapter) |
| Name | Description | |
|---|---|---|
| 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) |
| DocumentType | Indicates the type of XHTML markup used to render the current document.(inherited from XhtmlControlAdapter) |
| PageAdapter | Gets the page adapter for the page on which the associated control resides.(inherited from XhtmlControlAdapter) |
| SecondaryUIMode | Gets the current secondary UI mode.(inherited from XhtmlControlAdapter) |
| StyleSheetLocationAttributeValue | Gets the value of the CssLocation attribute, if it exists, from the form in which it is contained.(inherited from XhtmlControlAdapter) |
| StyleSheetStorageApplicationSetting | Gets the value of the XhtmlCssState configuration setting in the appSettings section of the Web.config file.(inherited from XhtmlControlAdapter) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CreateTemplatedUI | Called by a control to create a templated user interface (UI). (inherited from ControlAdapter) |
| CreateTextWriter | Creates and returns a text writer that is appropriate for the target device. |
| DeterminePostBackMode | Returns the postback data collection. |
| DeviceQualifies | Indicates whether the device adapter set applies to the specified request. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| HandleError | Called if an unhandled error occurs on the page. |
| HandlePagePostBackEvent | Indicates whether the adapter handles the postback event. |
| HandlePostBackEvent | Returns true if the event was handled. (inherited from ControlAdapter) |
| LoadAdapterState | Loads view state data specific to this adapter. (inherited from XhtmlControlAdapter) |
| LoadPostData | Returns true if the adapter handles loading the post data. (inherited from ControlAdapter) |
| OnInit | Called after an object, such as a form or a page, is initialized. (inherited from ControlAdapter) |
| OnLoad | Loads data that pertains to a control, a page, or a device adapter. (inherited from ControlAdapter) |
| OnPreRender | Overridden. Sets conditional pagination for the page. |
| OnUnload | Unloads data that pertains to a control, a page, or a device adapter. (inherited from ControlAdapter) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Render | Overloaded. Renders the page content on the client. |
| RenderUrlPostBackEvent | Creates a link on the current page to enable postback on devices that do not support postback events. |
| SaveAdapterState | Saves view-state data specific to this adapter. (inherited from XhtmlControlAdapter) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| CalculateOptimumPageWeight | Determines the optimum page weight for the device. (inherited from ControlAdapter) |
| ClearPendingBreakIfDeviceBreaksOnBlockLevel | Clears a pending break if the target device breaks on block elements. (inherited from XhtmlControlAdapter) |
| ConditionalClearCachedEndTag | Clears the given text writer's current end tag if certain conditions are met. (inherited from XhtmlControlAdapter) |
| ConditionalClearPendingBreak | Clears a pending break in the target device if certain conditions are met. (inherited from XhtmlControlAdapter) |
| ConditionalEnterFormat | Begins a section with the opening tag and attributes that implement the formats of the specified style, if certain conditions are met. (inherited from XhtmlControlAdapter) |
| ConditionalEnterLayout | Begins a section with the opening tag and attributes that implement the layout of the specified style, if certain conditions are met. (inherited from XhtmlControlAdapter) |
| ConditionalEnterStyle | Overloaded. Begins a new element that applies the given styles if certain conditions are met. (inherited from XhtmlControlAdapter) |
| ConditionalExitFormat | Ends a block that has been using the character formatting from a specified style, if certain conditions are met. (inherited from XhtmlControlAdapter) |
| ConditionalExitLayout | Ends a block that has been using the layout formatting from a specified style, if certain conditions are met. (inherited from XhtmlControlAdapter) |
| ConditionalExitStyle | Ends a </span> element that has been using the layout and character formatting from a specified style, if certain conditions are met. (inherited from XhtmlControlAdapter) |
| ConditionalPopPhysicalCssClass | Removes the current cascading style sheet class name from the XhtmlMobileTextWriter object, if certain conditions are met. (inherited from XhtmlControlAdapter) |
| ConditionalRenderClassAttribute | Puts a class name attribute on the next element to be rendered, if certain conditions are met. (inherited from XhtmlControlAdapter) |
| ConditionalRenderClosingDivElement | Renders a closing </div> tag if certain conditions are met. (inherited from XhtmlControlAdapter) |
| ConditionalRenderClosingSpanElement | Renders a closing </span> element if certain conditions are met. (inherited from XhtmlControlAdapter) |
| ConditionalRenderCustomAttribute | Overloaded. Gets the value of the specified custom attribute from the associated control and renders it on the next element if certain conditions are met. (inherited from XhtmlControlAdapter) |
| ConditionalRenderOpeningDivElement | Renders an opening tag for a <div> element if certain conditions are met. (inherited from XhtmlControlAdapter) |
| ConditionalRenderOpeningSpanElement | Renders an opening tag for a <span> element, if certain conditions are met. (inherited from XhtmlControlAdapter) |
| ConditionalSetPendingBreak | Sets a pending break if certain conditions are met. (inherited from XhtmlControlAdapter) |
| ConditionalSetPendingBreakAfterInline | Sets a pending break after inline elements if certain conditions are met. (inherited from XhtmlControlAdapter) |
| ExitSecondaryUIMode | Exits any secondary UI mode for the control. (inherited from XhtmlControlAdapter) |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| GetCustomAttributeValue | Overloaded. Gets the value of the specified custom attribute. (inherited from XhtmlControlAdapter) |
| GetDefaultLabel | Returns the localized default string for the label control. (inherited from ControlAdapter) |
| InitWriterState | Configures the XhtmlMobileTextWriter object for the target device. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| PreprocessQueryString | Gets the portion of the given query string that contains parameters for processing the request. (inherited from XhtmlControlAdapter) |
| RenderAsHiddenInputField | Renders hidden field text for a control. (inherited from XhtmlControlAdapter) |
| RenderBeginLink | Overloaded. Renders the opening tag of a link. (inherited from XhtmlControlAdapter) |
| RenderChildren | Renders children of the control. (inherited from ControlAdapter) |
| RenderClosingListTag | Renders a closing tag for a specified list element. (inherited from XhtmlControlAdapter) |
| RenderEndLink | Renders a closing tag (</a>) for a link element. (inherited from XhtmlControlAdapter) |
| RenderOffPageVariables | Renders hidden postback variables for child controls that are not visible due to pagination or secondary UI. (inherited from XhtmlControlAdapter) |
| RenderOpeningListTag | Renders an opening tag for the specified tag name. (inherited from XhtmlControlAdapter) |
| RenderPostBackEventAsAnchor | Overloaded. Renders a postback event as a link on the page. (inherited from XhtmlControlAdapter) |
Reference
XhtmlPageAdapter ClassSystem.Web.UI.MobileControls.Adapters.XhtmlAdapters Namespace
XhtmlControlAdapter
IPageAdapter
Other Resources
ASP.NET Mobile Web Forms and ASP.NET CompatibilityArchitectural Overview of Adaptive Rendering
Adapter Sets Functionality
Control and Adapter Interaction
Introduction to Device Filtering in ASP.NET
Community Additions
ADD
Show: