HostingEnvironment.InClientBuildManager Property

Definition

Gets a value that indicates whether the hosting environment has access to the ASP.NET build system.

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

Property Value

true if the application domain is the ASP.NET hosted application domain used in ClientBuildManager scenarios; otherwise, false.

Applies to