5 references to StartingNodeUrl
System.Web (5)
UI\WebControls\SiteMapDataSource.cs (5)
193if (value != StartingNodeUrl) { 205if (!String.IsNullOrEmpty(StartingNodeUrl) && StartFromCurrentNode) { 212else if (!String.IsNullOrEmpty(StartingNodeUrl)) { 213node = Provider.FindSiteMapNode(MakeUrlAbsolute(StartingNodeUrl)); 215throw new ArgumentException(SR.GetString(SR.SiteMapPath_CannotFindUrl, StartingNodeUrl));