MvcHandler::IsReusable Property

 

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

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

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

Property Value

Type: System::Boolean

true if the IHttpHandler instance is reusable; otherwise, false.

Return to top
Show: