ChartHttpHandler.IHttpHandler.IsReusable 属性

定义

获取一个值,该值指示其他请求是否可以使用 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

实现

注解

此成员是显式接口成员的实现。 它只能在 ChartHttpHandler 实例被强制转换为 IHttpHandler 接口时使用。

适用于