XhtmlLiteralTextAdapter Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CreateTemplatedUI | Called by a control to create a templated UI. (Inherited from ControlAdapter.) |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| 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 | Called by the control's OnPreRender method, to perform adapter-specific work prior to rendering. (Inherited from ControlAdapter.) |
| 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 control and its content on the client. |
| 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 System.Web.UI.MobileControls.Adapters.XhtmlAdapters.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.) |
| 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
XhtmlLiteralTextAdapter ClassSystem.Web.UI.MobileControls.Adapters.XhtmlAdapters Namespace
XhtmlControlAdapter Class
Other Resources
ASP.NET and XHTMLArchitectural Overview of Adaptive Control Behavior
Adapter Sets Functionality
Control and Adapter Interaction
ASP.NET Device Filtering Overview
Community Additions
ADD
Show: