HttpApplication.IHttpHandler.IsReusable 属性

定义

获取一个 Boolean 值,它指示其他请求是否可以使用 IHttpHandler 对象。

property bool System::Web::IHttpHandler::IsReusable { bool get(); };
bool System.Web.IHttpHandler.IsReusable { get; }
member this.System.Web.IHttpHandler.IsReusable : bool
 ReadOnly Property IsReusable As Boolean Implements IHttpHandler.IsReusable

属性值

Boolean

如果 IHttpHandler 实例可重用,则为 true;否则为 false

实现

注解

若要将属性true显式设置为IsReusablefalse提供替代IsReusable属性访问器的代码。

适用于