Visual Basic (Declaration) | |
---|---|
Public Property LinkTarget As System.String |
C# | |
---|---|
public System.string LinkTarget {get; set;} |
Property Value
A string value representing the LinkTarget.You can target a window by specifying the window name, or specify to open the target in a new window by setting the value to _blank. Acceptable values are WindowName, _blank, _self, _parent, and _top.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2