HttpRuntime.UsingIntegratedPipeline 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示当前应用程序是否在 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 版本中不可用。