Gets a value indicating whether another request can use the
IHttpHandler instance.
Namespace:
TallComponents.Web.Pdf
Assembly:
TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.6.5
Syntax
| C# |
|---|
public bool IsReusable { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IsReusable As Boolean |
| Visual C++ |
|---|
public:
virtual property bool IsReusable {
bool get () sealed;
} |
Field Value
Return Value
true if the
IHttpHandler instance is reusable; otherwise, false.
Implements
IHttpHandler..::.IsReusable
See Also