12 references to Key
System.Web (12)
SiteMapNode.cs (3)
415
SiteMapNode newNode = new SiteMapNode(_provider,
Key
, Url, Title, Description, newRoles, newAttributes, newResourceKeys, _resourceKey);
440
return node != null && (_key == node.
Key
) &&
571
return
Key
;
StaticSiteMapProvider.cs (4)
120
String key = node.
Key
;
209
SiteMapNode childNodeFromKey = (SiteMapNode)KeyTable[node.
Key
];
244
SiteMapNode fallbackNode = (SiteMapNode)KeyTable[node.
Key
];
279
string key = node.
Key
;
XmlSiteMapProvider.cs (5)
168
String key = node.
Key
;
451
KeyTable.Remove(oldNode.
Key
);
454
KeyTable.Add(newNode.
Key
, newNode);
484
KeyTable.Remove(oldNode.
Key
);
487
KeyTable.Add(newNode.
Key
, newNode);