Gets the target of the link.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Overridable ReadOnly Property LinkTarget As String
	Get
C#
public virtual string LinkTarget { get; }

Field Value

The target of the link; null reference (Nothing in Visual Basic) if the item is not link or not specified.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also