UrlRoutingHandler.IHttpHandler.IsReusable Właściwość

Definicja

Pobiera wartość wskazującą, czy inne żądanie może korzystać z UrlRoutingHandler wystąpienia.

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

Wartość właściwości

Boolean

Zawsze wartość false.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Może być używana tylko wtedy, gdy UrlRoutingHandler wystąpienie jest rzutowane do IHttpHandler interfejsu.

Dotyczy

Zobacz też