HostingEnvironment.InClientBuildManager 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示主機環境是否可以存取 ASP.NET 建置系統。
public:
static property bool InClientBuildManager { bool get(); };
public static bool InClientBuildManager { get; }
static member InClientBuildManager : bool
Public Shared ReadOnly Property InClientBuildManager As Boolean
屬性值
如果應用程式定義域是 true
情節中所使用的 ASP.NET 裝載應用程式定義域,則為 ClientBuildManager
,否則為 false
。