HostingEnvironment.IsHosted Propriété

Définition

Obtient une valeur indiquant si le domaine d'application actuel est hébergé par un objet ApplicationManager.

public:
 static property bool IsHosted { bool get(); };
public static bool IsHosted { get; }
static member IsHosted : bool
Public Shared ReadOnly Property IsHosted As Boolean

Valeur de propriété

true si le domaine d'application est hébergé par un objet ApplicationManager ; sinon, false.

S’applique à