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

適用対象