This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Indicates whether or not this handler can be
reused between successive requests.
Namespace: Smartsite.Web
Assembly: Smartsite.Web (in Smartsite.Web.dll)
Syntax
C# | Copy Code |
---|---|
public bool IsReusable { get; } |
Visual Basic (Declaration) | Copy Code |
---|---|
Public ReadOnly Property IsReusable As Get |
Remarks
Return true if this handler does not maintain
any state (generally a good practice). Otherwise
returns false.
See Also
BaseHttpHandler Class
Smartsite.Web Namespace