Share via


ToolBarButton.NavigateUrl property

Gets or sets the URL to navigate to when the button is clicked.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property NavigateUrl As String
    Get
    Set
'Usage
Dim instance As ToolBarButton
Dim value As String

value = instance.NavigateUrl

instance.NavigateUrl = value
public string NavigateUrl { get; set; }

Property value

Type: System.String
The URL.

See also

Reference

ToolBarButton class

ToolBarButton members

Microsoft.SharePoint.WebControls namespace