HttpRuntime.UsingIntegratedPipeline 属性

定义

获取一个值,该值指示当前应用程序是否在 IIS 7.0 的集成管道模式下运行。

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

属性值

如果应用程序在集成管线模式下运行,则为 true;否则为 false

注解

集成管道模式在 IIS 7.0 之前的 IIS 版本中不可用。

适用于