5 references to GetConfig
System.Web (5)
Configuration\MTConfigUtil.cs (5)
74return GetConfig<PagesSection>(vpath); 114return GetConfig<CompilationSection>(vpath); 138return GetConfig<S>((VirtualPath) null); 143return GetConfig<S>(context.ConfigurationPath); 148return GetConfig<S>(VirtualPath.CreateNonRelativeAllowNull(vpath));