SPMobileCommentsNavigation.GenerateUrl Method
Gets the URL of the page that opens when the link is clicked.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Function GenerateUrl As String
'Usage
Dim returnValue As String
returnValue = Me.GenerateUrl()
protected override string GenerateUrl()
Return Value
Type: System.String
A String object that represents the URL of the page that opens when the link is clicked.
Remarks
This override returns the URL of a page that has all comments for the current blog post.
See Also
Reference
SPMobileCommentsNavigation Class