Click or drag to resize

DynamicwebHttpHandlerIsReusable Property

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

Namespace:  Dynamicweb.Frontend
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.10.0
Syntax
public bool IsReusable { get; }

Property Value

Type: Boolean
true if this instance is reusable; otherwise, false.
See Also