XhtmlPageAdapter 类

定义

注意

The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.

为 XHTML 适配器集提供页面适配器。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

public ref class XhtmlPageAdapter : System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlControlAdapter, System::Web::UI::MobileControls::IPageAdapter
public class XhtmlPageAdapter : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter, System.Web.UI.MobileControls.IPageAdapter
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public class XhtmlPageAdapter : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter, System.Web.UI.MobileControls.IPageAdapter
type XhtmlPageAdapter = class
    inherit XhtmlControlAdapter
    interface IPageAdapter
    interface IControlAdapter
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type XhtmlPageAdapter = class
    inherit XhtmlControlAdapter
    interface IPageAdapter
    interface IControlAdapter
Public Class XhtmlPageAdapter
Inherits XhtmlControlAdapter
Implements IPageAdapter
继承
属性
实现

注解

XhtmlPageAdapter 类继承 XhtmlControlAdapter 类并实现 IPageAdapter 类。

构造函数

名称 说明
XhtmlPageAdapter()
已过时.

创建类的新实例 XhtmlPageAdapter 。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

属性

名称 说明
CacheVaryByHeaders
已过时.

获取任何其他 HTTP 标头的列表,这些标头的缓存会有所不同。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

Control
已过时.

返回对关联控件的强类型引用。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 ControlAdapter)
CookielessDataDictionary
已过时.

获取或设置当前的无 Session Cookie 属性数据(如果有)。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

CssLocation
已过时.

指示样式表是作为外部物理文件,是当前页的内部,是存储在当前会话状态中,还是存储在应用程序缓存中。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
Device
已过时.

返回与请求关联的设备功能对象。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 ControlAdapter)
DocumentType
已过时.

指示用于呈现当前文档的 XHTML 标记的类型。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
EventArgumentKey
已过时.

获取用于提交事件参数的键。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

EventSourceKey
已过时.

获取用于提交事件源的密钥。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

ItemWeight
已过时.

访问控件中单个项的大致权重。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 ControlAdapter)
OptimumPageWeight
已过时.

获取适合目标设备的页面权重。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

Page
已过时.

获取或设置适配器附加到的页面。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

PageAdapter
已过时.

获取关联控件所在的页面的页面适配器。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
PersistCookielessData
已过时.

获取或设置一个布尔值,该值指示属性中的 CookielessDataDictionary 项是否保留在查询字符串中。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

SecondaryUIMode
已过时.

获取当前的辅助 UI 模式。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
Style
已过时.

返回与设备适配器附加到的控件关联的样式对象。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 ControlAdapter)
StyleSheetLocationAttributeValue
已过时.

从包含属性的窗体中获取属性的值 CssLocation (如果存在)。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
StyleSheetStorageApplicationSetting
已过时.

获取 Web.config 文件中部分的配置设置XhtmlCssState的值appSettings。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
VisibleWeight
已过时.

获取或设置控件的近似权重(以字符为单位)。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 ControlAdapter)

方法

名称 说明
CalculateOptimumPageWeight(Int32)
已过时.

确定设备的最佳页面权重。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 ControlAdapter)
ClearPendingBreakIfDeviceBreaksOnBlockLevel(XhtmlMobileTextWriter)
已过时.

如果目标设备在块元素上中断,则清除挂起的中断。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ConditionalClearCachedEndTag(XhtmlMobileTextWriter, String)
已过时.

如果满足某些条件,则清除给定文本编写器的当前结束标记。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ConditionalClearPendingBreak(XhtmlMobileTextWriter)
已过时.

如果满足某些条件,则清除目标设备中的挂起中断。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ConditionalEnterFormat(XhtmlMobileTextWriter, Style)
已过时.

如果满足某些条件,则从开始标记和实现指定样式格式的属性开始一节。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ConditionalEnterLayout(XhtmlMobileTextWriter, Style)
已过时.

如果满足某些条件,则从开始标记和实现指定样式布局的属性开始一个部分。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ConditionalEnterStyle(XhtmlMobileTextWriter, Style, String)
已过时.

写入指定元素的开始标记以及实现指定样式的布局和字符格式的属性(如果满足某些条件)。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ConditionalEnterStyle(XhtmlMobileTextWriter, Style)
已过时.

写入节的开始标记 <span> ,以及实现指定样式的布局和字符格式的属性(如果满足某些条件)。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ConditionalExitFormat(XhtmlMobileTextWriter, Style)
已过时.

如果满足某些条件,则结束已使用指定样式中的字符格式的块。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ConditionalExitLayout(XhtmlMobileTextWriter, Style)
已过时.

如果满足某些条件,则结束使用指定样式中的布局格式的块。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ConditionalExitStyle(XhtmlMobileTextWriter, Style)
已过时.

</span>如果满足某些条件,则结束使用指定样式中的布局和字符格式的元素。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ConditionalPopPhysicalCssClass(XhtmlMobileTextWriter)
已过时.

如果满足某些条件,则从 XhtmlMobileTextWriter 对象中删除当前级联样式表类名。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ConditionalRenderClassAttribute(XhtmlMobileTextWriter)
已过时.

如果满足某些条件,将类名属性放在要呈现的下一个元素上。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ConditionalRenderClosingDivElement(XhtmlMobileTextWriter)
已过时.

如果满足某些条件,则呈现结束 </div> 标记。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ConditionalRenderClosingSpanElement(XhtmlMobileTextWriter)
已过时.

如果满足某些条件,则呈现一个结束 </span> 元素。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ConditionalRenderCustomAttribute(XhtmlMobileTextWriter, String, String)
已过时.

在满足某些条件的情况下,在要呈现的下一个元素中包含具有指定名称和值的自定义属性。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ConditionalRenderCustomAttribute(XhtmlMobileTextWriter, String)
已过时.

从关联的控件获取具有指定名称的属性的值,并在满足特定条件时将其呈现在具有指定名称的下一个元素上。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ConditionalRenderOpeningDivElement(XhtmlMobileTextWriter)
已过时.

如果满足某些条件,则呈现元素的开始标记 <div> 。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ConditionalRenderOpeningSpanElement(XhtmlMobileTextWriter)
已过时.

如果满足某些条件,则呈现元素的开始标记 <span> 。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ConditionalSetPendingBreak(XhtmlMobileTextWriter)
已过时.

如果满足某些条件,则设置挂起的中断。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ConditionalSetPendingBreakAfterInline(XhtmlMobileTextWriter)
已过时.

如果满足某些条件,则设置内联元素之后的挂起中断。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
CreateTemplatedUI(Boolean)
已过时.

由控件调用以创建模板化用户界面(UI)。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 ControlAdapter)
CreateTextWriter(TextWriter)
已过时.

创建并返回适合目标设备的文本编写器。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

DeterminePostBackMode(HttpRequest, String, String, NameValueCollection)
已过时.

返回回发数据收集。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

DeviceQualifies(HttpContext)
已过时.

指示设备适配器集是否适用于指定的请求。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

Equals(Object)
已过时.

确定指定对象是否等于当前对象。

(继承自 Object)
ExitSecondaryUIMode()
已过时.

退出控件的任何辅助 UI 模式。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
GetCustomAttributeValue(MobileControl, String)
已过时.

从给定控件获取指定特性的值。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
GetCustomAttributeValue(String)
已过时.

从关联控件的标记中获取指定特性的值。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
GetDefaultLabel(Int32)
已过时.

返回标签控件的本地化默认字符串。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 ControlAdapter)
GetHashCode()
已过时.

用作默认哈希函数。

(继承自 Object)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
HandleError(Exception, HtmlTextWriter)
已过时.

如果在页面上发生未经处理的错误,则调用该错误。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

HandlePagePostBackEvent(String, String)
已过时.

指示适配器是否处理回发事件。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

HandlePostBackEvent(String)
已过时.

返回 true 是否已处理事件。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 ControlAdapter)
InitWriterState(XhtmlMobileTextWriter)
已过时.

XhtmlMobileTextWriter配置目标设备的对象。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

LoadAdapterState(Object)
已过时.

加载特定于此适配器的视图状态数据。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
LoadPostData(String, NameValueCollection, Object, Boolean)
已过时.

如果适配器处理加载 post 数据,则返回 true 。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 ControlAdapter)
MemberwiseClone()
已过时.

创建当前 Object的浅表副本。

(继承自 Object)
OnInit(EventArgs)
已过时.

在对象(如窗体或页面)后调用,将初始化。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 ControlAdapter)
OnLoad(EventArgs)
已过时.

加载与控件、页面或设备适配器相关的数据。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 ControlAdapter)
OnPreRender(EventArgs)
已过时.

设置页面的条件分页。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

OnUnload(EventArgs)
已过时.

卸载与控件、页面或设备适配器相关的数据。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 ControlAdapter)
PreprocessQueryString(String)
已过时.

获取给定查询字符串的一部分,其中包含用于处理请求的参数。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
Render(HtmlTextWriter)
已过时.

在客户端上显示关联的控件及其所有子控件。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
Render(XhtmlMobileTextWriter)
已过时.

将页面内容发送到提供的 XhtmlMobileTextWriter,它将内容呈现给客户端。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

RenderAsHiddenInputField(XhtmlMobileTextWriter)
已过时.

呈现控件的隐藏字段文本。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
RenderBeginLink(XhtmlMobileTextWriter, String, String, Style, String, String)
已过时.

使用给定 XhtmlMobileTextWriter 样式和目标呈现链接的开始标记,以及给定样式或给定级联样式表类名称、访问键和标题文本。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
RenderBeginLink(XhtmlMobileTextWriter, String, String, Style, String)
已过时.

使用给定 XhtmlMobileTextWriter 样式和目标以及给定样式或给定级联样式表类名呈现链接的开始标记。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
RenderBeginLink(XhtmlMobileTextWriter, String)
已过时.

使用给定 XhtmlMobileTextWriter 和目标呈现链接的开始标记。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
RenderChildren(HtmlTextWriter)
已过时.

呈现控件的子级。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 ControlAdapter)
RenderClosingListTag(XhtmlMobileTextWriter, String)
已过时.

呈现指定列表元素的结束标记。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
RenderEndLink(XhtmlMobileTextWriter)
已过时.

呈现链接元素的结束标记 (</a>)。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
RenderOffPageVariables(XhtmlMobileTextWriter, Control, Int32)
已过时.

呈现由于分页或辅助 UI 而不可见的子控件的隐藏回发变量。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
RenderOpeningListTag(XhtmlMobileTextWriter, String)
已过时.

呈现指定标记名称的开始标记。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String, String, Style, String)
已过时.

将回发事件呈现为具有指定参数、文本和访问键的链接,以及指定的样式或指定的级联样式表类名。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String, String)
已过时.

将回发事件呈现为具有指定参数、文本和访问键的链接。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String)
已过时.

将回发事件呈现为具有指定参数和文本的链接。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
RenderUrlPostBackEvent(XhtmlMobileTextWriter, String, String)
已过时.

在当前页上创建一个链接,以便在不支持回发事件的设备上启用回发。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

SaveAdapterState()
已过时.

保存特定于此适配器的视图状态数据。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

(继承自 XhtmlControlAdapter)
ToString()
已过时.

返回一个表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅