DeviceSpecificControlBuilder 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,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.
提供对 DeviceSpecific/Choice 构造进行分析支持。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅
public ref class DeviceSpecificControlBuilder : System::Web::UI::ControlBuilder
public class DeviceSpecificControlBuilder : 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 DeviceSpecificControlBuilder : System.Web.UI.ControlBuilder
type DeviceSpecificControlBuilder = 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 DeviceSpecificControlBuilder = class
inherit ControlBuilder
Public Class DeviceSpecificControlBuilder
Inherits ControlBuilder
- 继承
- 属性
注解
在DeviceSpecificControlBuilder分析 DeviceSpecific> 元素时<,页面分析器在内部创建和使用该类。
该 DeviceSpecificControlBuilder 类实现以下持久性行为:它直接忽略控件内的空白,并且只 <允许作为子元素的 Choice> 元素。
构造函数
| 名称 | 说明 |
|---|---|
| DeviceSpecificControlBuilder() |
已过时.
创建类的 DeviceSpecificControlBuilder 实例。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |