MobileControlsSection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,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 移动应用程序的信息,请参阅
public ref class MobileControlsSection sealed : System::Configuration::ConfigurationSection
public sealed class MobileControlsSection : System.Configuration.ConfigurationSection
[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 sealed class MobileControlsSection : System.Configuration.ConfigurationSection
type MobileControlsSection = class
inherit ConfigurationSection
[<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 MobileControlsSection = class
inherit ConfigurationSection
Public NotInheritable Class MobileControlsSection
Inherits ConfigurationSection
- 继承
- 属性
注解
该 MobileControlsSection 类提供对配置文件节中的 mobileControls 值的编程访问。
构造函数
| 名称 | 说明 |
|---|---|
| MobileControlsSection() |
已过时.
创建类的新实例 MobileControlsSection 。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |
属性
| 名称 | 说明 |
|---|---|
| AllowCustomAttributes |
已过时.
获取或设置一个值,该值指示页面是否可以具有自定义属性。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |
| CookielessDataDictionaryType |
已过时.
获取或设置用于维护无 Cookie 表单身份验证密钥的字典类的类型。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |
| CurrentConfiguration |
已过时.
获取对顶级 Configuration 实例的引用,该实例表示当前 ConfigurationElement 实例所属的配置层次结构。 (继承自 ConfigurationElement) |
| Devices |
已过时.
获取以编程方式表示配置文件 的设备元素的设备 元素的集合。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |
| ElementInformation |
已过时.
获取一个 ElementInformation 对象,该对象包含 ConfigurationElement 对象的不可自定义信息和功能。 (继承自 ConfigurationElement) |
| ElementProperty |
已过时.
获取表示 ConfigurationElementProperty 对象本身的 ConfigurationElement 对象。 (继承自 ConfigurationElement) |
| EvaluationContext |
已过时.
获取 ContextInformation 对象的 ConfigurationElement 对象。 (继承自 ConfigurationElement) |
| HasContext |
已过时.
获取一个值,该值指示 CurrentConfiguration 属性是否 |
| Item[ConfigurationProperty] |
已过时.
获取或设置此配置元素的属性或属性。 (继承自 ConfigurationElement) |
| Item[String] |
已过时.
获取或设置此配置元素的属性、属性或子元素。 (继承自 ConfigurationElement) |
| LockAllAttributesExcept |
已过时.
获取锁定属性的集合。 (继承自 ConfigurationElement) |
| LockAllElementsExcept |
已过时.
获取锁定元素的集合。 (继承自 ConfigurationElement) |
| LockAttributes |
已过时.
获取锁定属性的集合。 (继承自 ConfigurationElement) |
| LockElements |
已过时.
获取锁定元素的集合。 (继承自 ConfigurationElement) |
| LockItem |
已过时.
获取或设置一个值,该值指示元素是否已锁定。 (继承自 ConfigurationElement) |
| Properties |
已过时.
获取属性的集合。 (继承自 ConfigurationElement) |
| SectionInformation |
已过时.
获取一个 SectionInformation 对象,该对象包含不可自定义的信息和功能 ConfigurationSection 。 (继承自 ConfigurationSection) |
| SessionStateHistorySize |
已过时.
获取或设置用于在服务器会话中保留应用程序视图状态的历史记录大小。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |