Generates and returns the URL of either the detailed view page or the summary view page for the selected Web Part, based on the value of the LinkToDetailView property.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
The URL of either the summary view page or the detailed view page of the selected Web Part.
See Also
Reference
WebPartMobilePageNavigation Class