HttpRuntime.UsingIntegratedPipeline 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出目前的應用程式是否在 IIS 7.0 的整合管線模式中執行。
public:
static property bool UsingIntegratedPipeline { bool get(); };
public static bool UsingIntegratedPipeline { get; }
member this.UsingIntegratedPipeline : bool
Public Shared ReadOnly Property UsingIntegratedPipeline As Boolean
屬性值
如果應用程式正以 Integrated 管線模式執行,則為 true
,否則為 false
。
備註
在 IIS 7.0 之前的 IIS 版本中無法使用整合管線模式。