UrlRoutingHandler::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)

protected:
property bool IsReusable {
	virtual bool get();
}

Property Value

Type: System::Boolean

Always false.

.NET Framework
Available since 3.5
Return to top
Show: