5 references to BrowserCaps
System.Web (5)
Configuration\HttpCapabilitiesBase.cs (2)
143
RuntimeConfig.GetLKGConfig(request.Context).
BrowserCaps
: RuntimeConfig.GetConfig(request.Context).
BrowserCaps
;
Configuration\HttpCapabilitiesEvaluator.cs (3)
98
public HttpCapabilitiesDefaultProvider() : this(RuntimeConfig.GetAppConfig().
BrowserCaps
){
99
if (RuntimeConfig.GetAppConfig().
BrowserCaps
!= null) {
100
_userAgentCacheKeyLength = RuntimeConfig.GetAppConfig().
BrowserCaps
.UserAgentCacheKeyLength;