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

适用于