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 System.String
public System.string TargetName {get; set;}
See Also