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



Gets or sets the URL to link to when a hyperlink in the column is clicked.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
<DescriptionAttribute("HyperLinkColumn NavigateUrl")>
Public Overridable Property NavigateUrl As String
Visual Basic (Usage)Copy Code
Dim instance As LiveHyperLinkColumn
Dim value As String
 
instance.NavigateUrl = value
 
value = instance.NavigateUrl
C# 
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[DescriptionAttribute("HyperLinkColumn NavigateUrl")]
public virtual string NavigateUrl {get; set;}
C++/CLI 
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[DescriptionAttribute("HyperLinkColumn NavigateUrl")]
public:
virtual property String^ NavigateUrl {
   String^ get();
   void set (    String^ value);
}

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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