IHttpHandler.IsReusable in ASP.NET MVC

The IHttpHandler includes the IsReusable property which is generally to used to retrieve the value which indicates if another request can use IHttpHandler or not.

In simple terms , the property IsReusable get the value that indicates if the multiple requests can be processed with the same IHttpHandler instance.