MvcHandler.IHttpHandler.IsReusable Property
Visual Studio 2010
Gets a value that indicates whether another request can use the IHttpHandler instance.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Private ReadOnly Property IsReusable As Boolean Implements IHttpHandler.IsReusable Get
Implements
IHttpHandler.IsReusableThis member is an explicit interface member implementation. It can be used only when the MvcHandler instance is cast to an IHttpHandler interface.
Community Additions
ADD
Show: