PowerWEB LiveControls for ASP.NET
NavigateUrl Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveHyperLink Class : NavigateUrl Property



Gets or sets the URL to link to when the LiveHyperLink control is clicked.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<CategoryAttribute("Navigation")>
<DescriptionAttribute("Gets or sets the URL to link to when the LiveHyperLink control is clicked.")>
Public Shadows Property NavigateUrl As String
Visual Basic (Usage)Copy Code
Dim instance As LiveHyperLink
Dim value As String
 
instance.NavigateUrl = value
 
value = instance.NavigateUrl
C# 
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("Navigation")]
[DescriptionAttribute("Gets or sets the URL to link to when the LiveHyperLink control is clicked.")]
public new string NavigateUrl {get; set;}
C++/CLI 
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("Navigation")]
[DescriptionAttribute("Gets or sets the URL to link to when the LiveHyperLink control is clicked.")]
public:
new property String^ NavigateUrl {
   String^ get();
   void set (    String^ value);
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.HyperLinkClass.NavigateUrl.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.