PagePorter Class Library

Navigation.GetPage Method (String)

Returns the NavigationPage object for a given page url.

[Visual Basic]
Overloads Public Function GetPage( _
   ByVal url As String _
) As NavigationPage
[C#]
public NavigationPage GetPage(
   string url
);

Parameters

url
The url for the page.

Return Value

The NavigationPage object, or null (Nothing in Visual Basic) if the page does not exist.

See Also

Navigation Class | Parastream.Web.MsFrontPage Namespace | Navigation.GetPage Overload List