5 references to GetSection
System.Web (4)
Abstractions\HttpContextWrapper.cs (1)
287return _context.GetSection(sectionName);
Configuration\HttpCapabilitiesBase.cs (1)
108HttpCapabilitiesDefaultProvider capsbuilder = (HttpCapabilitiesDefaultProvider) request.Context.GetSection(configKey);
Configuration\HttpConfigurationSystem.cs (1)
195return context.GetSection(sectionName);
HttpContext.cs (1)
1503return GetSection(name);
System.Web.Mobile (1)
UI\MobileControls\ControlsConfig.cs (1)
37Object config = context.GetSection("system.web/mobileControls");