MvcHandler.IHttpHandler.IsReusable Property

Definition

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

bool System.Web.IHttpHandler.IsReusable { get; }
member this.System.Web.IHttpHandler.IsReusable : bool
 ReadOnly Property IsReusable As Boolean Implements IHttpHandler.IsReusable

Property Value

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

Applies to