AddLinkToSiteToolBarButton.GetHrefString Method
Gets the URL to which the user is sent when the user clicks the AddLinkToSiteToolBarButton.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Function GetHrefString As String
'Usage
Dim returnValue As String
returnValue = Me.GetHrefString()
protected override string GetHrefString()
Return Value
Type: System.String
The link adding URL.
Remarks
This override constructs the URL that is used to add a link to the list of the current site for a specified web page.
See Also
Reference
AddLinkToSiteToolBarButton Class