Share via


HostingEnvironment.InClientBuildManager プロパティ

定義

ホスティング環境が ASP.NET ビルド システムにアクセスできるかどうかを示す値を取得します。

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

プロパティ値

Boolean

アプリケーション ドメインが true のシナリオで使用される ASP.NET ホストのアプリケーション ドメインである場合は ClientBuildManager。それ以外の場合は false

適用対象