8 references to UrlMappingsSection
System.Web (8)
Configuration\RuntimeConfig.cs (3)
427internal UrlMappingsSection UrlMappings { 429return (UrlMappingsSection) GetSection("system.web/urlMappings", typeof(UrlMappingsSection), ResultsIndex.UrlMappings);
Configuration\SystemWebSectionGroup.cs (2)
247public UrlMappingsSection UrlMappings { 249return (UrlMappingsSection) Sections["urlMappings"];
HttpApplication.cs (1)
3820UrlMappingsSection urlMappings = RuntimeConfig.GetConfig().UrlMappings;
UrlMappingsModule.cs (2)
18UrlMappingsSection urlMappings = RuntimeConfig.GetConfig().UrlMappings; 35UrlMappingsSection urlMappings = RuntimeConfig.GetAppConfig().UrlMappings;