MobileControlBuilder 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,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.
为所有 ASP.NET 移动控件提供分析支持。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅
public ref class MobileControlBuilder : System::Web::UI::ControlBuilder
public class MobileControlBuilder : System.Web.UI.ControlBuilder
[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 MobileControlBuilder : System.Web.UI.ControlBuilder
type MobileControlBuilder = class
inherit ControlBuilder
[<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 MobileControlBuilder = class
inherit ControlBuilder
Public Class MobileControlBuilder
Inherits ControlBuilder
- 继承
- 派生
- 属性
注解
类对象在内部创建,并在分析移动控件时由页面分析器使用。 实现其自定义持久性的移动控件必须使用继承自 MobileControlBuilder 类的控件生成器。 该 MobileControlBuilder 类实现以下持久性行为:
直接忽略控件内的空白。
DeviceSpecific识别对象。
强制实施表单处于顶层。
强制要求样式表处于顶层。
强制样式位于样式表中。
构造函数
| 名称 | 说明 |
|---|---|
| MobileControlBuilder() |
已过时.
创建类的新实例 MobileControlBuilder 。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |