7 references to SiteMapSection
System.Web (7)
Configuration\RuntimeConfig.cs (3)
409
internal
SiteMapSection
SiteMap {
411
return (
SiteMapSection
) GetSection("system.web/siteMap", typeof(
SiteMapSection
));
Configuration\SystemWebSectionGroup.cs (2)
226
public
SiteMapSection
SiteMap {
228
return (
SiteMapSection
) Sections["siteMap"];
SiteMap.cs (2)
43
SiteMapSection
config = RuntimeConfig.GetAppConfig().SiteMap;
105
SiteMapSection
config = RuntimeConfig.GetAppConfig().SiteMap;