Click or drag to resize
GetVersionHandlerIsReusable Property
Gets a value indicating whether another request can use the IHttpHandler instance.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public bool IsReusable { get; }

Property Value

Type: Boolean

Implements

IHttpHandlerIsReusable
See Also