MobileControlsSection 类

公开移动控件、其适配器和设备筛选器的配置信息。

语法

class MobileControlsSection : ConfigurationSectionWithCollection  

方法

下表列出了 MobileControlsSection 类公开的方法。

名称 说明
添加 (继承自 ConfigurationSectionWithCollection。)
清除 (从 ConfigurationSectionWithCollection 继承。)
Get (从 ConfigurationSectionWithCollection 继承。)
GetAllowDefinition (继承自 ConfigurationSection。)
GetAllowLocation (从 ConfigurationSection 继承。)
删除 (从 ConfigurationSectionWithCollection 继承。)
RevertToParent (从 ConfigurationSection 继承。)
SetAllowDefinition (从 ConfigurationSection 继承。)
SetAllowLocation (从 ConfigurationSection 继承。)

属性

下表列出了 MobileControlsSection 类公开的属性。

名称 描述
AllowCustomAttributes 一个读/写 boolean 值。 如果页面可以具有自定义属性,则为 true;否则为 false。 默认为 false
CookielessDataDictionaryType 一个读/写 string 值,指定维护无 Cookie Forms 身份验证密钥的字典类的类型。 默认值为“System.Web.Mobile.CookielessData”。
MobileControls 一组读/写 DeviceElement 值,定义将 ASP.NET 移动控件映射到相应适配器的适配器集。
Location (继承自 ConfigurationSection。)一个键属性。
Path (继承自 ConfigurationSection。)一个键属性。
SectionInformation (从 ConfigurationSection 继承。)
SessionStateHistorySize 一个读/写 sint32 值,指定用于在服务器会话中保留应用程序视图状态的历史记录堆栈的大小。 该值必须介于 0 和 2147483647 之间。 默认值为 6。

子类

此类不包含子类。

继承层次结构

ConfigurationSection

ConfigurationSectionWithCollection

MobileControlsSection

要求

类型 描述
客户端 - Windows Vista 上的 IIS 7.0
- Windows 7 上的 IIS 7.5
- Windows 8 上的 IIS 8.0
- Windows 10 上的 IIS 10.0
服务器 - Windows Server 2008 上的 IIS 7.0
- Windows Server 2008 R2 上的 IIS 7.5
- Windows Server 2012 上的 IIS 8.0
- Windows Server 2012 R2 上的 IIS 8.5
- Windows Server 2016 上的 IIS 10.0
产品 - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0
MOF 文件 WebAdministration.mof

另请参阅

AdapterElement 类
ConfigurationSectionWithCollection 类
DeviceElement 类
MobileControlsSection 属性