AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageRouteHandlerBase..::..IsReusable Property

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

Namespace:  AdvantageCMS.Core.Routing
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public virtual bool IsReusable { get; }

Return Value

trueTruetruetrue (True in Visual Basic) if the IHttpHandler instance is reusable; otherwise, falseFalsefalsefalse (False in Visual Basic).