In This Topic
Gets or sets the name of the target window or frame that the Web page should open in, or the name of the object within the Silverlight application to navigate to.
Syntax
'Declaration
Public Property TargetName As String
public string TargetName {get; set;}
See Also