WebControlsSection (clase)
Especifica la ubicación compartida de los archivos de script de cliente.
Sintaxis
class WebControlsSection : ConfigurationSection
Métodos
La siguiente tabla muestra los métodos expuestos por la clase WebControlsSection
.
Nombre | Descripción |
---|---|
GetAllowDefinition | (Se hereda de ConfigurationSection). |
GetAllowLocation | (Se hereda de ConfigurationSection ). |
RevertToParent | (Se hereda de ConfigurationSection ). |
SetAllowDefinition | (Se hereda de ConfigurationSection ). |
SetAllowLocation | (Se hereda de ConfigurationSection ). |
Propiedades
La siguiente tabla muestra las propiedades expuestas por la clase WebControlsSection
.
Nombre | Descripción |
---|---|
ClientScriptsLocation |
Valor string de lectura y escritura necesario que especifica la ubicación de los scripts de cliente. El valor predeterminado es "/aspnet_client/{0}//{1}". Nota: "{0}" se reemplazará por el nombre del espacio de nombres (por ejemplo, system_web) y "{1}" se reemplazará por el número de versión de .NET Framework. |
Location |
(Se hereda de ConfigurationSection ). Una propiedad de clave. |
Path |
(Se hereda de ConfigurationSection ). Una propiedad de clave. |
SectionInformation |
(Se hereda de ConfigurationSection ). |
Subclases
Esta clase no contiene subclases.
Jerarquía de herencia
WebControlsSection
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
System.Web.Configuration.SystemWebSectionGroup.WebControlsConfigurationSection (clase)
Elemento webControls (esquema de configuración de ASP.NET)