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