| 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); } | |
This member is functionally equivalent to System.Web.UI.WebControls.HyperLinkClass.NavigateUrl.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code