HostingEnvironment.IsHosted Proprietà

Definizione

Ottiene un valore che indica se il dominio applicazione corrente è ospitato da un ApplicationManager oggetto .

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

Valore della proprietà

true se il dominio applicazione è ospitato da un ApplicationManager oggetto ; in caso contrario, false.

Si applica a