IsReusable Property

Summary
Implements System.Web.IHttpHandler.IsReusable property.
Syntax
C#
VB
C++
public bool IsReusable { get; } 
  
Public ReadOnly Property IsReusable As Boolean 
public: 
property bool IsReusable { 
   bool get(); 
} 

Property Value

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

Remarks

For more information, refer to System.Web.IHttpHandler.IsReusable property.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.