HttpRuntime.UsingIntegratedPipeline 屬性

定義

取得值,指出目前的應用程式是否在 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

屬性值

Boolean

如果應用程式正以 Integrated 管線模式執行,則為 true,否則為 false

備註

在 IIS 7.0 之前的 IIS 版本中無法使用整合管線模式。

適用於