PagePorter Class Library

NavigationPage.OutsideWeb Property

Gets or sets the indicator whether the page is inside or outside the web project.

[Visual Basic]
Public Property OutsideWeb As Integer
[C#]
public int OutsideWeb {get; set;}

Property Value

Indicates whether the page is inside or outside the web project.

Remarks

0 indicates inside, and 1 indicates outside.

See Also

NavigationPage Class | Parastream.Web.MsFrontPage Namespace