ListControlBuilder 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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.
提供对 List 控件进行分析 SelectionList 支持。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅
public ref class ListControlBuilder : System::Web::UI::MobileControls::MobileControlBuilder
public class ListControlBuilder : System.Web.UI.MobileControls.MobileControlBuilder
[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 ListControlBuilder : System.Web.UI.MobileControls.MobileControlBuilder
type ListControlBuilder = class
inherit MobileControlBuilder
[<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 ListControlBuilder = class
inherit MobileControlBuilder
Public Class ListControlBuilder
Inherits MobileControlBuilder
- 继承
- 属性
注解
此类在内部创建,并在分析 <mobile:List> 或 <mobile:SelectionList> 标记时由页面分析器使用。 该 ListControlBuilder 类可识别静态声明 MobileListItem 的元素。
构造函数
| 名称 | 说明 |
|---|---|
| ListControlBuilder() |
已过时.
创建 ListControlBuilder 类的实例。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |