System.Web.SiteMapNode.Url Property

Gets or sets the URL of the page that the System.Web.SiteMapNode object represents.

Syntax

public virtual string Url { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Web.XmlSiteMapProvider class, which is the default site map provider implementation for ASP.NET, uses the SiteMapNode.Url property as a lookup key. Therefore, any System.Web.SiteMapNode object that is used by the System.Web.XmlSiteMapProvider class must have a unique URL within the scope of the provider.

Leading and trailing white-space characters are ignored.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0