| DynamicwebHttpHandlerIsReusable Property |
Gets a value indicating whether another request can use the
IHttpHandler instance.
Namespace:
Dynamicweb.AspNet
Assembly:
Dynamicweb.AspNet (in Dynamicweb.AspNet.dll) Version: 4.0.0
Syntax public bool IsReusable { get; }
Public ReadOnly Property IsReusable As Boolean
Get
Property Value
Type:
Booleantrue if this instance is reusable; otherwise,
false.
See Also