Visual Basic (Declaration) | |
---|---|
<DescriptionAttribute("Gets or sets the target window or frame to display the Web page content linked to when the LiveHyperLink control is clicked.")> <DefaultValueAttribute()> <CategoryAttribute("Navigation")> <BrowsableAttribute(True)> Public Shadows Property Target As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As LiveHyperLink Dim value As String instance.Target = value value = instance.Target |
C# | |
---|---|
[DescriptionAttribute("Gets or sets the target window or frame to display the Web page content linked to when the LiveHyperLink control is clicked.")] [DefaultValueAttribute()] [CategoryAttribute("Navigation")] [BrowsableAttribute(true)] public new string Target {get; set;} |
C++/CLI | |
---|---|
[DescriptionAttribute("Gets or sets the target window or frame to display the Web page content linked to when the LiveHyperLink control is clicked.")] [DefaultValueAttribute()] [CategoryAttribute("Navigation")] [BrowsableAttribute(true)] public: new property String^ Target { String^ get(); void set ( String^ value); } |
This member is functionally equivalent to System.Web.UI.WebControls.HyperLinkClass.Target.
Target Platforms: Microsoft .NET Framework 2.0