29 references to GetConfig
System.Web (29)
Configuration\CustomErrorsSection.cs (1)
205
runtimeConfig = RuntimeConfig.
GetConfig
(context);
Configuration\HttpCapabilitiesBase.cs (1)
143
RuntimeConfig.GetLKGConfig(request.Context).BrowserCaps : RuntimeConfig.
GetConfig
(request.Context).BrowserCaps;
Configuration\MTConfigUtil.cs (2)
80
return RuntimeConfig.
GetConfig
(context).Pages;
120
return RuntimeConfig.
GetConfig
(context).Compilation;
Configuration\RuntimeConfig.cs (2)
45
return
GetConfig
(context);
182
config =
GetConfig
(context);
HttpApplication.cs (1)
1265
: RuntimeConfig.
GetConfig
(context).HttpHandlers;
HttpBufferlessInputStream.cs (1)
46
HttpRuntimeSection section = RuntimeConfig.
GetConfig
(_context).HttpRuntime;
HttpContext.cs (5)
714
_asyncPreloadModeFlags = RuntimeConfig.
GetConfig
(this).HttpRuntime.AsyncPreloadMode;
1705
HttpRuntimeSection cfg = RuntimeConfig.
GetConfig
(this).HttpRuntime;
2018
IdentitySection c = RuntimeConfig.
GetConfig
(this).Identity;
2138
IdentitySection c = RuntimeConfig.
GetConfig
(this).Identity;
2153
IdentitySection c = RuntimeConfig.
GetConfig
(this).Identity;
HttpRequest.cs (5)
955
ApplyFilter(ref _rawContent, RuntimeConfig.
GetConfig
(_context).HttpRuntime.RequestLengthDiskThresholdBytes);
972
HttpRuntimeSection cfg = RuntimeConfig.
GetConfig
(_context).HttpRuntime;
2610
RuntimeConfig config = RuntimeConfig.
GetConfig
(Context);
2666
char [] invalidChars = RuntimeConfig.
GetConfig
(Context).HttpRuntime.RequestPathInvalidCharactersArray;
2902
HttpRuntimeSection config = RuntimeConfig.
GetConfig
(_context).HttpRuntime;
HttpResponse.cs (1)
3305
RuntimeConfig.GetLKGConfig(_context).HttpRuntime : RuntimeConfig.
GetConfig
(_context).HttpRuntime;
ImplicitAsyncPreloadModule.cs (1)
60
|| (contentLength = request.ContentLength) > RuntimeConfig.
GetConfig
(context).HttpRuntime.MaxRequestLengthBytes
Security\UrlAuthorizationModule.cs (2)
140
AuthorizationSection settings = RuntimeConfig.
GetConfig
(context).Authorization;
169
AuthorizationSection settings = RuntimeConfig.
GetConfig
(context).Authorization;
ThreadContext.cs (1)
298
GlobalizationSection globConfig = RuntimeConfig.
GetConfig
(HttpContext).Globalization;
UI\Control.cs (3)
205
EffectiveClientIDModeValue = RuntimeConfig.
GetConfig
(context).Pages.ClientIDMode;
965
xhtmlConformanceSection = RuntimeConfig.
GetConfig
(context).XhtmlConformance;
1007
return RuntimeConfig.
GetConfig
(context);
UI\HtmlForm.cs (1)
464
if (page != null && httpWriter != null && RuntimeConfig.
GetConfig
(Context).Pages.RenderAllHiddenFieldsAtTopOfForm) {
UI\Page.cs (1)
3970
PagesSection pagesSection = RuntimeConfig.
GetConfig
(Context).Pages;
UI\SessionPageStatePersister.cs (1)
128
SessionPageStateSection cfg = RuntimeConfig.
GetConfig
(Page.Request.Context).SessionPageState;