ServiceHostingEnvironment.AspNetCompatibilityEnabled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
obtient une valeur qui indique si ce service s’exécute dans le contexte du pipeline d’application HTTP ASP.NET.
public:
static property bool AspNetCompatibilityEnabled { bool get(); };
public static bool AspNetCompatibilityEnabled { get; }
member this.AspNetCompatibilityEnabled : bool
Public Shared ReadOnly Property AspNetCompatibilityEnabled As Boolean
Valeur de propriété
true
si la compatibilité ASP.NET est activée pour l'AppDomain actuel ; sinon, false
. La valeur par défaut est false
.
Remarques
Cette valeur reflète la valeur définie par l' AspNetCompatibilityEnabled élément de configuration.