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