Classe UrlMappingsSection
Représente une section <urlMappings>
qui contient des paires de mappages d'URL entrantes/sortantes.
Syntaxe
class UrlMappingsSection : ConfigurationSectionWithCollection
Méthodes
Le tableau suivant répertorie les méthodes exposées par la classe UrlMappingsSection
.
Nom | Description |
---|---|
Ajouter | (Hérité de ConfigurationSectionWithCollection.) |
Clear | (Hérité de ConfigurationSectionWithCollection .) |
Get | (Hérité de ConfigurationSectionWithCollection .) |
GetAllowDefinition | (Hérité de ConfigurationSection.) |
GetAllowLocation | (Hérité de ConfigurationSection .) |
Remove | (Hérité de ConfigurationSectionWithCollection .) |
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 UrlMappingsSection
.
Nom | Description |
---|---|
Enabled |
Valeur boolean en lecture/écriture. true si le mappage d’URL est activé ; sinon, false . Par défaut, il s’agit de true . |
Location |
(Hérité de ConfigurationSection .) Propriété clé. |
Path |
(Hérité de ConfigurationSection .) Propriété clé. |
SectionInformation |
(Hérité de ConfigurationSection .) |
UrlMappings |
Tableau de valeurs UrlMapping en lecture/écriture, chacune contenant une URL d’affichage entrante et l’URL de l’application web à laquelle l’URL entrante est mappée. |
Sous-classes
Cette classe ne contient aucune sous-classe.
Hiérarchie d'héritage
ConfigurationSectionWithCollection
UrlMappingsSection
Spécifications
Type | Description |
---|---|
Client | - IIS 7.0 sur Windows Vista - IIS 7.5 sous Windows 7 - IIS 8.0 sous 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 |