UrlRoutingHandler.IHttpHandler.IsReusable Propiedad

Definición

Obtiene un valor que indica si otra solicitud puede usar la UrlRoutingHandler instancia.

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

Valor de propiedad

Siempre false.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la UrlRoutingHandler instancia se convierte en una IHttpHandler interfaz.

Se aplica a

Consulte también