This documentation is archived and is not being maintained.
UrlRoutingHandler.IHttpHandler.IsReusable Property
Visual Studio 2008
Gets a value that indicates whether another request can use the UrlRoutingHandler instance.
Assembly: System.Web.Routing (in System.Web.Routing.dll)
'Declaration Private ReadOnly Property IsReusable As Boolean Implements IHttpHandler.IsReusable 'Usage Dim instance As UrlRoutingHandler Dim value As Boolean value = CType(instance, IHttpHandler).IsReusable
Implements
IHttpHandler.IsReusableThis member is an explicit interface member implementation. It can be used only when the UrlRoutingHandler instance is cast to an IHttpHandler interface.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: