UrlRoutingHandler.IHttpHandler.IsReusable Property

 

Gets a value that indicates whether another request can use the UrlRoutingHandler instance.

Namespace:   System.Web.Routing
Assembly:  System.Web (in System.Web.dll)

private abstract IsReusable : bool with get
private override IsReusable : bool with get

Property Value

Type: System.Boolean

Always false.

This member is an explicit interface member implementation. It can be used only when the UrlRoutingHandler instance is cast to an IHttpHandler interface.

.NET Framework
Available since 3.5
Return to top
Show: