Returns the NavigationPage object for a given page.
Returns the NavigationPage object for a given page identifier.
public NavigationPage GetPage(int);
Returns the NavigationPage object for a given page identifier that is not marked as Exclude.
public NavigationPage GetPage(int,bool);
Returns an array of NavigationPage objects for an array of Page identifiers.
public NavigationPage[] GetPage(int[]);
Returns the NavigationPage object for a given page url.
public NavigationPage GetPage(string);
Returns the NavigationPage object for a given page url that is not marked as Exclude.
public NavigationPage GetPage(string,bool);
Navigation Class | Parastream.Web.MsFrontPage Namespace