Share via


HostingEnvironment.InClientBuildManager 屬性

定義

取得值,這個值表示主機環境是否可以存取 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

適用於