HostingEnvironment.IsHosted 属性

定义

获取一个值,该值指示当前应用程序域是否在由 ApplicationManager 对象承载。

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

属性值

Boolean

如果该应用程序域在由 ApplicationManager 对象承载,则为 true,否则为 false

适用于