PagePorter Class Library

NavigationPage.Url Property

Gets or sets the URL of the page; relative for inside (in-site) pages, absolute for outside (out-of-site) pages.

[Visual Basic]
Public Property Url As String
[C#]
public string Url {get; set;}

Property Value

The URL of the page; relative for inside (in-site) pages, absolute for outside (out-of-site) pages.

See Also

NavigationPage Class | Parastream.Web.MsFrontPage Namespace