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