PublishingButton.NavigateUrl property

Gets or sets the URL that the Web browser navigates to when a specific button is clicked.

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

Syntax

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

value = instance.NavigateUrl

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

Property value

Type: System.String
String that represents the URL that the Web browser will navigate to when this button is clicked.

Remarks

When the ClientOnClickScript property is not an empty string, this property is not used.

See also

Reference

PublishingButton class

PublishingButton members

Microsoft.SharePoint.Publishing.WebControls namespace

PublishingButton