PagePorter Class Library

NavigationPage.Excluded Property

Gets or sets a flag indicating that the page is excluded from the user interface.

[Visual Basic]
Public Property Excluded As Boolean
[C#]
public bool Excluded {get; set;}

Property Value

A flag indicating that the page is excluded from the user interface.

Remarks

Use this flag if you wish to have a page in the site navigational structure as a placeholder, but invisible to the user.

See Also

NavigationPage Class | Parastream.Web.MsFrontPage Namespace