UrlRoutingHandler.IHttpHandler.IsReusable 属性

定义

获取一个值,该值指示另一个请求是否可以使用 UrlRoutingHandler 实例。Gets a value that indicates whether another request can use the UrlRoutingHandler instance.

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

总是为 falseAlways false.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 UrlRoutingHandler 实例被强制转换为 IHttpHandler 接口时使用。It can be used only when the UrlRoutingHandler instance is cast to an IHttpHandler interface.

适用于