Compartir a través de


MobileControlsSection (clase)

Expone información de configuración para los controles móviles, sus adaptadores y filtros de dispositivo.

Sintaxis

class MobileControlsSection : ConfigurationSectionWithCollection  

Métodos

En la tabla siguiente se enumeran los métodos que expone la clase MobileControlsSection.

Nombre Descripción
Add (Agregar) (Se hereda de ConfigurationSectionWithCollection).
Borrar (Se hereda de ConfigurationSectionWithCollection).
Get (Se hereda de ConfigurationSectionWithCollection).
GetAllowDefinition (Se hereda de ConfigurationSection).
GetAllowLocation (Se hereda de ConfigurationSection).
Remove (Se hereda de ConfigurationSectionWithCollection).
RevertToParent (Se hereda de ConfigurationSection).
SetAllowDefinition (Se hereda de ConfigurationSection).
SetAllowLocation (Se hereda de ConfigurationSection).

Propiedades

La siguiente tabla enumera las propiedades expuestas por la clase MobileControlsSection.

Nombre Descripción
AllowCustomAttributes Valor boolean de lectura y escritura. true si las páginas pueden tener atributos personalizados; de lo contrario, false. El valor predeterminado es false.
CookielessDataDictionaryType Valor string de lectura y escritura que especifica el tipo de la clase de diccionario que mantiene las claves para la autenticación de formularios sin cookies. El valor predeterminado es "System.Web.Mobile.CookielessData".
MobileControls Matriz de valores DeviceElement de lectura y escritura que definen conjuntos de adaptadores que asignan controles ASP.NET para dispositivos móviles a los adaptadores correspondientes.
Location (Se hereda de ConfigurationSection). Una propiedad clave.
Path (Se hereda de ConfigurationSection). Una propiedad clave.
SectionInformation (Se hereda de ConfigurationSection).
SessionStateHistorySize Valor sint32 de lectura y escritura que especifica el tamaño de la pila de historial que se va a usar para mantener el estado de visualización de la aplicación en la sesión del servidor. El valor debe estar entre 0 y 2147483647. El valor predeterminado es 6.

Subclases

Esta clase no contiene subclases.

Jerarquía de herencia

ConfigurationSection

ConfigurationSectionWithCollection

MobileControlsSection

Requisitos

Tipo Descripción
Remoto - IIS 7.0 en Windows Vista
- IIS 7.5 en Windows 7
- IIS 8.0 en Windows 8
- IIS 10.0 en Windows 10
Server - IIS 7.0 en Windows Server 2008
- IIS 7.5 en Windows Server 2008 R2
- IIS 8.0 en Windows Server 2012
- IIS 8.5 en Windows Server 2012 R2
- IIS 10.0 en Windows Server 2016
Producto - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
Archivo MOF WebAdministration.mof

Consulte también

AdapterElement (clase)
ConfigurationSectionWithCollection (clase)
DeviceElement (clase)
MobileControlsSection (propiedades)