This documentation is archived and is not being maintained.
XhtmlTextViewAdapter Methods
Visual Studio 2010
The XhtmlTextViewAdapter type exposes the following members.
| Name | Description | |
|---|---|---|
|
CalculateOptimumPageWeight | Determines the optimum page weight for the device. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.) |
|
ClearPendingBreakIfDeviceBreaksOnBlockLevel | Clears a pending break if the target device breaks on block elements. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
ConditionalClearCachedEndTag | Clears the given text writer's current end tag if certain conditions are met. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
ConditionalClearPendingBreak | Clears a pending break in the target device if certain conditions are met. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (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. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (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. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
ConditionalEnterStyle(XhtmlMobileTextWriter, Style) | Writes the opening tag for a <span> section, along with attributes that implement the layout and character formatting of the specified style, if certain conditions are met. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
ConditionalEnterStyle(XhtmlMobileTextWriter, Style, String) | Writes the opening tag of the specified element, along with attributes that implement the layout and character formatting of the specified style, if certain conditions are met. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
ConditionalExitFormat | Ends a block that has been using the character formatting from a specified style, if certain conditions are met. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
ConditionalExitLayout | Ends a block that has been using the layout formatting from a specified style, if certain conditions are met. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (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. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
ConditionalPopPhysicalCssClass | Removes the current cascading style sheet class name from the XhtmlMobileTextWriter object, if certain conditions are met. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
ConditionalRenderClassAttribute | Puts a class name attribute on the next element to be rendered, if certain conditions are met. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
ConditionalRenderClosingDivElement | Renders a closing </div> tag if certain conditions are met. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
ConditionalRenderClosingSpanElement | Renders a closing </span> element if certain conditions are met. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
ConditionalRenderCustomAttribute(XhtmlMobileTextWriter, String) | Gets the value of the attribute with the specified name from the associated control and renders it on the next element with the specified name if certain conditions are met. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
ConditionalRenderCustomAttribute(XhtmlMobileTextWriter, String, String) | Includes a custom attribute with the specified name and value in the next element to be rendered, if certain conditions are met. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
ConditionalRenderOpeningDivElement | Renders an opening tag for a <div> element if certain conditions are met. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
ConditionalRenderOpeningSpanElement | Renders an opening tag for a <span> element, if certain conditions are met. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
ConditionalSetPendingBreak | Sets a pending break if certain conditions are met. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
ConditionalSetPendingBreakAfterInline | Sets a pending break after inline elements if certain conditions are met. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
CreateTemplatedUI | Called by a control to create a templated user interface (UI). This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.) |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
ExitSecondaryUIMode | Exits any secondary UI mode for the control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetCustomAttributeValue(String) | Gets the value of the specified attribute from the markup of the associated control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
GetCustomAttributeValue(MobileControl, String) | Gets the value of the specified attribute from a given control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
GetDefaultLabel | Returns the localized default string for the label control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
HandlePostBackEvent | Returns true if the event was handled. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.) |
|
LoadAdapterState | Loads view state data specific to this adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
LoadPostData | Returns true if the adapter handles loading the post data. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnInit | Called after an object, such as a form or a page, is initialized. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.) |
|
OnLoad | Loads data that pertains to a control, a page, or a device adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.) |
|
OnPreRender | Called by the control's OnPreRender method, to perform adapter-specific work prior to rendering. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.) |
|
OnUnload | Unloads data that pertains to a control, a page, or a device adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.) |
|
PreprocessQueryString | Gets the portion of the given query string that contains parameters for processing the request. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
Render(HtmlTextWriter) | Displays the associated control and all of its child controls on the client. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
Render(XhtmlMobileTextWriter) | Renders the control and its content to the client using the provided XhtmlMobileTextWriter object. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides XhtmlControlAdapter::Render(XhtmlMobileTextWriter).) |
|
RenderAsHiddenInputField | Renders hidden field text for a control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
RenderBeginLink(XhtmlMobileTextWriter, String) | Renders the opening tag of a link using the given XhtmlMobileTextWriter and target. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
RenderBeginLink(XhtmlMobileTextWriter, String, String, Style, String) | Renders the opening tag of a link using the given XhtmlMobileTextWriter and target, as well as the given styles or the given cascading style sheet class name. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
RenderBeginLink(XhtmlMobileTextWriter, String, String, Style, String, String) | Renders the opening tag of a link using the given XhtmlMobileTextWriter and target, as well as either the given styles or the given cascading style sheet class name, the access key, and the title text. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
RenderChildren | Renders children of the control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from ControlAdapter.) |
|
RenderClosingListTag | Renders a closing tag for a specified list element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
RenderElement | Renders the element and a subset of its text content to the client. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderEndLink | Renders a closing tag (</a>) for a link element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
RenderOffPageVariables | Renders hidden postback variables for child controls that are not visible due to pagination or secondary UI. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
RenderOpeningListTag | Renders an opening tag for the specified tag name. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String) | Renders a postback event as a link with the specified argument and text. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String, String) | Renders a postback event as a link with the specified argument, text, and access key. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String, String, Style, String) | Renders a postback event as a link with the specified argument, text, and access key, as well as the specified styles or the specified cascading style sheet class name. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
SaveAdapterState | Saves view-state data specific to this adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from XhtmlControlAdapter.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: