Partager via


ServiceHostingEnvironment.AspNetCompatibilityEnabled Propriété

Définition

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é

Boolean

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.

S’applique à