PagePorter Class Library

Navigation.GetPageUrl Method 

Returns the URL for a given page.

[Visual Basic]
Public Function GetPageUrl( _
   ByVal pageID As Integer _
) As String
[C#]
public string GetPageUrl(
   int pageID
);

Parameters

pageID
The identifier of the requested page.

Return Value

The URL for a given page, or null (Nothing in Visual Basic) if it doesn't exist.

See Also

Navigation Class | Parastream.Web.MsFrontPage Namespace