Classe WebControlsSection
Définit l’emplacement partagé des fichiers de script client.
Syntaxe
class WebControlsSection : ConfigurationSection
Méthodes
Le tableau suivant répertorie les méthodes exposées par la classe WebControlsSection
.
Nom | Description |
---|---|
GetAllowDefinition | (Hérité de ConfigurationSection.) |
GetAllowLocation | (Hérité de ConfigurationSection .) |
RevertToParent | (Hérité de ConfigurationSection .) |
SetAllowDefinition | (Hérité de ConfigurationSection .) |
SetAllowLocation | (Hérité de ConfigurationSection .) |
Propriétés
Le tableau suivant répertorie les propriétés exposées par la classe WebControlsSection
.
Nom | Description |
---|---|
ClientScriptsLocation |
Une valeur de lecture/écriture string requise qui spécifie l’emplacement des scripts clients. Le nom par défaut est "/aspnet_client/{0}/{1}/." Remarque : le « {0} » sera remplacé par le nom de l’espace de noms (par exemple, system_web), et le « {1} » sera remplacé par le numéro de version du .NET Framework. |
Location |
(Hérité de ConfigurationSection .) Une propriété clé. |
Path |
(Hérité de ConfigurationSection .) Une propriété clé. |
SectionInformation |
(Hérité de ConfigurationSection .) |
Sous-classes
Cette classe ne contient aucune sous-classe.
Hiérarchie d'héritage
WebControlsSection
Spécifications
Type | Description |
---|---|
Client | - IIS 7.0 sur Windows Vista - IIS 7.5 sur Windows 7 - IIS 8.0 sur Windows 8 - IIS 10.0 sous Windows 10 |
Serveur | - IIS 7.0 sur Windows Server 2008 - IIS 7.5 sur Windows Server 2008 R2 - IIS 8.0 sur Windows Server 2012 - IIS 8.5 sur Windows Server 2012 R2 - IIS 10.0 sous Windows Server 2016 |
Produit | - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0 |
Fichier MOF | WebAdministration.mof |
Voir aussi
Classe System.Web.Configuration.SystemWebSectionGroup.WebControlsConfigurationSection
webControls, élément (Schéma des paramètres ASP.NET)