Spread for ASP.NET 10 Product Documentation
Target Property (HyperLinkRenderer)


Gets or sets the target window or frame to display when the hyperlink is clicked.
Syntax
'Declaration
 
Public Property Target As String
'Usage
 
Dim instance As HyperLinkRenderer
Dim value As String
 
instance.Target = value
 
value = instance.Target
public string Target {get; set;}

Property Value

String containing the target
Remarks

When the hyperlink is clicked, the target web page is displayed.

Valid values must begin with an upper- or lower-case letter (A - Z). You can also use the following special values.

_blank Displays the content in a new window without frames
_parent Displays the content in the immediate frameset parent
_self Displays the content in the frame with focus
_top Displays the content in the full window without frames
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

HyperLinkRenderer Class
HyperLinkRenderer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.