This documentation is archived and is not being maintained.

XhtmlPageAdapter Members

Provides a page adapter for the XHTML adapter set.

The XhtmlPageAdapter type exposes the following members.

  NameDescription
Public method XhtmlPageAdapter Creates a new instance of the XhtmlPageAdapter class.
Top

  NameDescription
Protected method CalculateOptimumPageWeight Determines the optimum page weight for the device. (Inherited from ControlAdapter.)
Protected method ClearPendingBreakIfDeviceBreaksOnBlockLevel Clears a pending break if the target device breaks on block elements. (Inherited from XhtmlControlAdapter.)
Protected method ConditionalClearCachedEndTag Clears the given text writer's current end tag if certain conditions are met. (Inherited from XhtmlControlAdapter.)
Protected method ConditionalClearPendingBreak Clears a pending break in the target device if certain conditions are met. (Inherited from XhtmlControlAdapter.)
Protected method 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.)
Protected method 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.)
Protected method ConditionalEnterStyle Overloaded. Begins a new element that applies the given styles if certain conditions are met.
Protected method ConditionalExitFormat Ends a block that has been using the character formatting from a specified style, if certain conditions are met. (Inherited from XhtmlControlAdapter.)
Protected method ConditionalExitLayout Ends a block that has been using the layout formatting from a specified style, if certain conditions are met. (Inherited from XhtmlControlAdapter.)
Protected method 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.)
Protected method ConditionalPopPhysicalCssClass Removes the current cascading style sheet class name from the XhtmlMobileTextWriter object, if certain conditions are met. (Inherited from XhtmlControlAdapter.)
Protected method ConditionalRenderClassAttribute Puts a class name attribute on the next element to be rendered, if certain conditions are met. (Inherited from XhtmlControlAdapter.)
Protected method ConditionalRenderClosingDivElement Renders a closing </div> tag if certain conditions are met. (Inherited from XhtmlControlAdapter.)
Protected method ConditionalRenderClosingSpanElement Renders a closing </span> element if certain conditions are met. (Inherited from XhtmlControlAdapter.)
Protected method 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.
Protected method ConditionalRenderOpeningDivElement Renders an opening tag for a <div> element if certain conditions are met. (Inherited from XhtmlControlAdapter.)
Protected method ConditionalRenderOpeningSpanElement Renders an opening tag for a <span> element, if certain conditions are met. (Inherited from XhtmlControlAdapter.)
Protected method ConditionalSetPendingBreak Sets a pending break if certain conditions are met. (Inherited from XhtmlControlAdapter.)
Protected method ConditionalSetPendingBreakAfterInline Sets a pending break after inline elements if certain conditions are met. (Inherited from XhtmlControlAdapter.)
Public method CreateTemplatedUI Called by a control to create a templated user interface (UI). (Inherited from ControlAdapter.)
Public method CreateTextWriter Creates and returns a text writer that is appropriate for the target device.
Public method DeterminePostBackMode Returns the postback data collection.
Public method Static member DeviceQualifies Indicates whether the device adapter set applies to the specified request.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method ExitSecondaryUIMode Exits any secondary UI mode for the control. (Inherited from XhtmlControlAdapter.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetCustomAttributeValue Overloaded. Gets the value of the specified custom attribute.
Protected method GetDefaultLabel Returns the localized default string for the label control. (Inherited from ControlAdapter.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method HandleError Called if an unhandled error occurs on the page.
Public method HandlePagePostBackEvent Indicates whether the adapter handles the postback event.
Public method HandlePostBackEvent Returns true if the event was handled. (Inherited from ControlAdapter.)
Protected method InitWriterState Configures the XhtmlMobileTextWriter object for the target device.
Public method LoadAdapterState Loads view state data specific to this adapter. (Inherited from XhtmlControlAdapter.)
Public method LoadPostData Returns true if the adapter handles loading the post data. (Inherited from ControlAdapter.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method OnInit Called after an object, such as a form or a page, is initialized. (Inherited from ControlAdapter.)
Public method OnLoad Loads data that pertains to a control, a page, or a device adapter. (Inherited from ControlAdapter.)
Public method OnPreRender Sets conditional pagination for the page. (Overrides ControlAdapter::OnPreRender(EventArgs).)
Public method OnUnload Unloads data that pertains to a control, a page, or a device adapter. (Inherited from ControlAdapter.)
Protected method PreprocessQueryString Gets the portion of the given query string that contains parameters for processing the request. (Inherited from XhtmlControlAdapter.)
Public method Render Overloaded. Renders the page content on the client.
Protected method RenderAsHiddenInputField Renders hidden field text for a control. (Inherited from XhtmlControlAdapter.)
Protected method RenderBeginLink Overloaded. Renders the opening tag of a link.
Protected method RenderChildren Renders children of the control. (Inherited from ControlAdapter.)
Protected method RenderClosingListTag Renders a closing tag for a specified list element. (Inherited from XhtmlControlAdapter.)
Protected method RenderEndLink Renders a closing tag (</a>) for a link element. (Inherited from XhtmlControlAdapter.)
Protected method RenderOffPageVariables Renders hidden postback variables for child controls that are not visible due to pagination or secondary UI. (Inherited from XhtmlControlAdapter.)
Protected method RenderOpeningListTag Renders an opening tag for the specified tag name. (Inherited from XhtmlControlAdapter.)
Protected method RenderPostBackEventAsAnchor Overloaded. Renders a postback event as a link on the page.
Public method RenderUrlPostBackEvent Creates a link on the current page to enable postback on devices that do not support postback events.
Public method SaveAdapterState Saves view-state data specific to this adapter. (Inherited from XhtmlControlAdapter.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  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: