XhtmlFormAdapter 类
定义
注意
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 移动控件适配器集提供窗体适配器类。Provides the form adapter class for the XHTML mobile controls adapter set. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public ref class XhtmlFormAdapter : System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlControlAdapter
public class XhtmlFormAdapter : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter
[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 XhtmlFormAdapter : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter
type XhtmlFormAdapter = class
inherit XhtmlControlAdapter
[<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 XhtmlFormAdapter = class
inherit XhtmlControlAdapter
Public Class XhtmlFormAdapter
Inherits XhtmlControlAdapter
- 继承
- 属性
注解
命名空间中的控件适配器为 System.Web.UI.MobileControls.Adapters.XhtmlAdapters 各种显示设备上的移动控件提供 XHTML 呈现和处理。The control adapters in the System.Web.UI.MobileControls.Adapters.XhtmlAdapters namespace provide XHTML rendering and processing for mobile controls on a variety of display devices. XhtmlFormAdapter类提供控件的适配器 Form 。The XhtmlFormAdapter class provides the adapter for the Form control.
构造函数
| XhtmlFormAdapter() |
初始化 XhtmlFormAdapter 类的新实例。Initializes a new instance of the XhtmlFormAdapter class. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
属性
| Control |
获取对与适配器关联的 Form 对象的引用。Gets a reference to the Form object with which the adapter is associated. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
| 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. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| Device |
返回与请求关联的设备功能对象。Returns the device capabilities object associated with the request. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 ControlAdapter) |
| DocumentType |
指示用于呈现当前文档的 XHTML 标记的类型。Indicates the type of XHTML markup used to render the current document. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| ItemWeight |
访问控件中某一项的大致权重。Accesses the approximate weight of a single item in the control. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 ControlAdapter) |
| Page |
返回与设备适配器关联的页。Returns the page associated with the device adapter. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 ControlAdapter) |
| PageAdapter |
获取关联控件所在页的页适配器。Gets the page adapter for the page on which the associated control resides. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| SecondaryUIMode |
获取当前辅助用户界面模式。Gets the current secondary UI mode. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| Style |
返回与设备适配器附加到的控件关联的样式对象。Returns the style object associated with the control to which the device adapter is attached. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 ControlAdapter) |
| StyleSheetLocationAttributeValue |
如果 |
| StyleSheetStorageApplicationSetting |
获取 Web.config 文件中 |
| VisibleWeight |
获取或设置该控件的大致权重(以字符为单位)。Gets or sets the approximate weight of the control, in characters. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 ControlAdapter) |
方法
| CalculateOptimumPageWeight(Int32) |
确定设备的最佳页权重。Determines the optimum page weight for the device. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 ControlAdapter) |
| ClearPendingBreakIfDeviceBreaksOnBlockLevel(XhtmlMobileTextWriter) |
如果目标设备在块元素上分行,则清除挂起的分行符。Clears a pending break if the target device breaks on block elements. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| ConditionalClearCachedEndTag(XhtmlMobileTextWriter, String) |
满足某些条件时清除给定文本编写器的当前结束标记。Clears the given text writer's current end tag if certain conditions are met. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| ConditionalClearPendingBreak(XhtmlMobileTextWriter) |
满足某些条件时清除目标设备中的挂起分行符。Clears a pending break in the target device if certain conditions are met. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| ConditionalEnterFormat(XhtmlMobileTextWriter, Style) |
满足某些条件时用开始标记和实现指定样式的格式的属性来开始一节。Begins a section with the opening tag and attributes that implement the formats of the specified style, if certain conditions are met. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| ConditionalEnterLayout(XhtmlMobileTextWriter, Style) |
满足某些条件时用开始标记和实现指定样式的布局的属性来开始一节。Begins a section with the opening tag and attributes that implement the layout of the specified style, if certain conditions are met. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| ConditionalEnterStyle(XhtmlMobileTextWriter, Style) |
满足某些条件时编写 |
| 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. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| ConditionalExitFormat(XhtmlMobileTextWriter, Style) |
满足某些条件时结束使用过指定样式的字符格式的块。Ends a block that has been using the character formatting from a specified style, if certain conditions are met. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| ConditionalExitLayout(XhtmlMobileTextWriter, Style) |
满足某些条件时结束使用过指定样式的布局格式的块。Ends a block that has been using the layout formatting from a specified style, if certain conditions are met. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| ConditionalExitStyle(XhtmlMobileTextWriter, Style) |
满足某些条件时结束使用过指定样式的布局和字符格式的 |
| ConditionalPopPhysicalCssClass(XhtmlMobileTextWriter) |
如果满足某些条件,则从 XhtmlMobileTextWriter 对象删除当前的级联样式表类名称。Removes the current cascading style sheet class name from the XhtmlMobileTextWriter object, if certain conditions are met. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| ConditionalRenderClassAttribute(XhtmlMobileTextWriter) |
满足某些条件时将一个类名称属性放置在要呈现的下一个元素上。Puts a class name attribute on the next element to be rendered, if certain conditions are met. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| ConditionalRenderClosingDivElement(XhtmlMobileTextWriter) |
满足某些条件时呈现 |
| ConditionalRenderClosingSpanElement(XhtmlMobileTextWriter) |
满足某些条件时呈现 |
| 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. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 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. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| ConditionalRenderOpeningDivElement(XhtmlMobileTextWriter) |
满足某些条件时呈现 |
| ConditionalRenderOpeningSpanElement(XhtmlMobileTextWriter) |
满足某些条件时呈现 |
| ConditionalSetPendingBreak(XhtmlMobileTextWriter) |
满足某些条件时设置挂起的分行符。Sets a pending break if certain conditions are met. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| ConditionalSetPendingBreakAfterInline(XhtmlMobileTextWriter) |
满足某些条件时在内联元素后设置挂起的分行符。Sets a pending break after inline elements if certain conditions are met. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| CreateTemplatedUI(Boolean) |
由控件调用以创建模板化用户界面 (UI)。Called by a control to create a templated user interface (UI). 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 ControlAdapter) |
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| ExitSecondaryUIMode() |
退出控件的所有辅助用户界面模式。Exits any secondary UI mode for the control. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| GetCustomAttributeValue(MobileControl, String) |
从给定控件中获取指定特性的值。Gets the value of the specified attribute from a given control. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| GetCustomAttributeValue(String) |
从关联控件的标记中获取指定特性的值。Gets the value of the specified attribute from the markup of the associated control. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| GetDefaultLabel(Int32) |
返回标签控件的本地化默认字符串。Returns the localized default string for the label control. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 ControlAdapter) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| HandlePostBackEvent(String) |
如果已处理事件,则返回 |
| LoadAdapterState(Object) |
加载特定于此适配器的视图状态数据。Loads view state data specific to this adapter. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| LoadPostData(String, NameValueCollection, Object, Boolean) |
如果适配器处理 post 数据的加载,则返回 |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| OnInit(EventArgs) |
在初始化窗体或页面等对象后调用。Called after an object, such as a form or a page, is initialized. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 ControlAdapter) |
| OnLoad(EventArgs) |
加载与控件、页面或设备适配器相关的数据。Loads data that pertains to a control, a page, or a device adapter. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 ControlAdapter) |
| OnPreRender(EventArgs) |
由控件的 OnPreRender(EventArgs) 方法调用,以在呈现前执行适配器特定的工作。Called by the control's OnPreRender(EventArgs) method, to perform adapter-specific work prior to rendering. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 ControlAdapter) |
| OnUnload(EventArgs) |
卸载与控件、页或设备适配器有关的数据。Unloads data that pertains to a control, a page, or a device adapter. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 ControlAdapter) |
| PreprocessQueryString(String) |
获取给定查询字符串中包含用于处理请求的参数的部分。Gets the portion of the given query string that contains parameters for processing the request. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| Render(HtmlTextWriter) |
在客户端上显示关联控件及其所有子控件。Displays the associated control and all of its child controls on the client. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| Render(XhtmlMobileTextWriter) |
使用提供的 XhtmlMobileTextWriter 在客户端上呈现页的内容。Renders the page content on the client using the provided XhtmlMobileTextWriter. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
| RenderAsHiddenInputField(XhtmlMobileTextWriter) |
呈现控件的隐藏字段的文本。Renders hidden field text for a control. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| RenderBeginLink(XhtmlMobileTextWriter, String) |
使用给定 XhtmlMobileTextWriter 和目标呈现链接的开始标记。Renders the opening tag of a link using the given XhtmlMobileTextWriter and target. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| RenderBeginLink(XhtmlMobileTextWriter, String, String, Style, String) |
使用给定 XhtmlMobileTextWriter 和目标以及给定样式或给定级联样式表类名称来呈现链接的开始标记。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. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| RenderBeginLink(XhtmlMobileTextWriter, String, String, Style, String, String) |
使用给定 XhtmlMobileTextWriter 和目标,并使用给定样式或给定级联样式表类名称、访问键和标题文本来呈现链接的开始标记。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. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| RenderChildren(HtmlTextWriter) |
呈现控件的子级。Renders children of the control. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 ControlAdapter) |
| RenderClosingListTag(XhtmlMobileTextWriter, String) |
呈现指定列表元素的结束标记。Renders a closing tag for a specified list element. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| RenderEndLink(XhtmlMobileTextWriter) |
呈现链接元素的结束标记 ( |
| RenderOffPageVariables(XhtmlMobileTextWriter, Control, Int32) |
呈现子控件的隐藏回发变量,这些变量由于分页或辅助用户界面而不可见。Renders hidden postback variables for child controls that are not visible due to pagination or secondary UI. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| RenderOpeningListTag(XhtmlMobileTextWriter, String) |
呈现指定标记名称的开始标记。Renders an opening tag for the specified tag name. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| RenderPager(XhtmlMobileTextWriter) |
呈现窗体的页导航用户界面。Renders the pager user interface for the form. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
| RenderPagerTag(XhtmlMobileTextWriter, Int32, String, String) |
在分页窗体上呈现页导航标记。Renders a pager tag on paginated forms. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
| RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String) |
将回发事件呈现为具有指定参数和文本的链接。Renders a postback event as a link with the specified argument and text. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String, String) |
将回发事件呈现为具有指定参数、文本和访问键的链接。Renders a postback event as a link with the specified argument, text, and access key. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 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. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| SaveAdapterState() |
保存特定于此适配器的视图状态数据。Saves view-state data specific to this adapter. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. (继承自 XhtmlControlAdapter) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |