PagePorter Class Library

Navigation.Pages Property

Gets the array of NavigationPage objects contained within the navigation structure.

[Visual Basic]
Public ReadOnly Property Pages As NavigationPage()
[C#]
public NavigationPage[] Pages {get;}

Property Value

The array of NavigationPage objects contained within the navigation structure.

Remarks

This is an advanced property that allows direct access to the navigation page array. Use with caution.

See Also

Navigation Class | Parastream.Web.MsFrontPage Namespace