SPMobileWikiWebPartPageNavigation.GenerateUrl Method
Generates the URL to which the user can navigate.
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
The String object that indicates the URL to which the user can navigate.
Remarks
This override generates the URL of the summary view page. Also, the original page is identified by adding its URL to a query string at the end of the mobile page's URL.
See Also
Reference
SPMobileWikiWebPartPageNavigation Class