UrlRoutingHandler.IHttpHandler.IsReusable 屬性

定義

取得值,指出另一個要求是否可以使用 UrlRoutingHandler 執行個體。

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

屬性值

一定是 false

實作

備註

這個成員是明確介面成員實作, 只有在 UrlRoutingHandler 執行個體轉換成 IHttpHandler 介面時,才能使用這個成員。

適用於

另請參閱