82 references to HandlerBase
System.Web (82)
Compilation\BuildManager.cs (1)
2667
HandlerBase
.GetAndRemoveBooleanAttribute(root, "updatable", ref updatable);
Compilation\PreservationFileReader.cs (2)
213
string fileName =
HandlerBase
.RemoveAttribute(dependencyNode, "name");
230
return
HandlerBase
.RemoveAttribute(_root, name);
Configuration\BrowserCapabilitiesCodeGenerator.cs (2)
477
HandlerBase
.ThrowUnrecognizedElement(node);
586
HandlerBase
.ThrowUnrecognizedElement(node);
Configuration\BrowserDefinition.cs (24)
122
HandlerBase
.GetAndRemoveNonEmptyStringAttribute(node, "id", ref _id);
123
HandlerBase
.GetAndRemoveNonEmptyStringAttribute(node, "refID", ref refID);
160
HandlerBase
.GetAndRemoveNonEmptyStringAttribute(node, "parentID", ref parentID);
171
HandlerBase
.GetAndRemoveNonEmptyStringAttribute(node, "parentID", ref _parentID);
175
HandlerBase
.GetAndRemoveNonEmptyStringAttribute(node, "parentID", ref _parentID);
353
HandlerBase
.GetAndRemoveStringAttribute(node, "nonMatch", ref check);
394
HandlerBase
.GetAndRemoveNonEmptyStringAttribute(child, "match", ref match);
396
HandlerBase
.GetAndRemoveNonEmptyStringAttribute(child, "nonMatch", ref match);
415
HandlerBase
.GetAndRemoveRequiredNonEmptyStringAttribute(child, "name", ref header);
416
HandlerBase
.GetAndRemoveNonEmptyStringAttribute(child, "match", ref match);
418
HandlerBase
.GetAndRemoveNonEmptyStringAttribute(child, "nonMatch", ref match);
436
HandlerBase
.GetAndRemoveRequiredNonEmptyStringAttribute(child, "name", ref header);
437
HandlerBase
.GetAndRemoveNonEmptyStringAttribute(child, "match", ref match);
439
HandlerBase
.GetAndRemoveNonEmptyStringAttribute(child, "nonMatch", ref match);
475
HandlerBase
.GetAndRemoveRequiredNonEmptyStringAttribute(child, "match", ref match);
480
HandlerBase
.GetAndRemoveRequiredNonEmptyStringAttribute(child, "name", ref header);
481
HandlerBase
.GetAndRemoveRequiredNonEmptyStringAttribute(child, "match", ref match);
486
HandlerBase
.GetAndRemoveRequiredNonEmptyStringAttribute(child, "name", ref header);
487
HandlerBase
.GetAndRemoveRequiredNonEmptyStringAttribute(child, "match", ref match);
515
HandlerBase
.GetAndRemoveRequiredNonEmptyStringAttribute(child, "name", ref capabilityName);
516
HandlerBase
.GetAndRemoveRequiredStringAttribute(child, "value", ref capabilityValue);
529
HandlerBase
.GetAndRemoveStringAttribute(node, "markupTextWriterType", ref _htmlTextWriterString);
540
HandlerBase
.GetAndRemoveRequiredNonEmptyStringAttribute(child, "controlType", ref controlString);
541
HandlerBase
.GetAndRemoveRequiredStringAttribute(child, "adapterType", ref adapterString);
Configuration\ConfigsHelper.cs (1)
14
if (
HandlerBase
.CheckAndReadRegistryValue(ref val, false) == false) {
Configuration\HealthMonitoringSectionHelper.cs (3)
117
HandlerBase
.CheckAssignableType(providerSettings.ElementInformation.Properties["type"].Source,
145
HandlerBase
.CheckAssignableType(eventMappingSettings.ElementInformation.Properties["type"].Source,
303
HandlerBase
.CheckAssignableType(ruleInfo._customEvaluatorConfig.ElementInformation.Properties["custom"].Source,
Configuration\HttpCapabilitiesSectionHandler.cs (22)
47
if (!
HandlerBase
.IsServerConfiguration(configurationContext)) {
62
HandlerBase
.GetAndRemovePositiveIntegerAttribute(section, "userAgentCacheKeyLength", ref userAgentCacheKeyLength);
73
HandlerBase
.GetAndRemoveNonEmptyStringAttribute(section, "provider", ref browserCapabilitiesProviderType);
77
HandlerBase
.CheckForUnrecognizedAttributes(section);
119
HandlerBase
.CheckForNonCommentChildNodes(element);
121
string var =
HandlerBase
.RemoveRequiredAttribute(element, "var");
122
string strAs =
HandlerBase
.RemoveAttribute(element, "as");
123
HandlerBase
.CheckForUnrecognizedAttributes(element);
139
String matchpat =
HandlerBase
.RemoveAttribute(element, "match");
140
String testpat =
HandlerBase
.RemoveAttribute(element, "with");
141
HandlerBase
.CheckForUnrecognizedAttributes(element);
217
HandlerBase
.ThrowUnrecognizedElement(child);
232
XmlNode attr =
HandlerBase
.GetAndRemoveRequiredStringAttribute(node, "src", ref filename);
234
HandlerBase
.CheckForUnrecognizedAttributes(node);
235
HandlerBase
.CheckForNonCommentChildNodes(node);
247
HandlerBase
.GetAndRemoveBooleanAttribute(node, "inherit", ref inherit);
253
XmlNode attribute =
HandlerBase
.GetAndRemoveTypeAttribute(node, "type", ref resultType);
257
HandlerBase
.CheckAssignableType(attribute, capabilitiesEvaluator._resultType, resultType);
263
attribute =
HandlerBase
.GetAndRemovePositiveIntegerAttribute(node, "cacheTime", ref cacheTime);
270
HandlerBase
.CheckForUnrecognizedAttributes(node);
271
HandlerBase
.CheckForNonCommentChildNodes(node);
367
HandlerBase
.CheckForUnrecognizedAttributes(section);
Configuration\IdentitySection.cs (2)
156
if (
HandlerBase
.CheckAndReadRegistryValue(ref _username, false) == false) {
161
if (
HandlerBase
.CheckAndReadRegistryValue(ref _password, false) == false) {
Configuration\ProtocolsConfiguration.cs (8)
31
HandlerBase
.CheckForUnrecognizedAttributes(section);
42
String id =
HandlerBase
.RemoveRequiredAttribute(child, "id");
43
String phType =
HandlerBase
.RemoveRequiredAttribute(child, "processHandlerType");
44
String ahType =
HandlerBase
.RemoveRequiredAttribute(child, "appDomainHandlerType");
47
HandlerBase
.GetAndRemoveBooleanAttribute(child, "validate", ref validate);
49
HandlerBase
.CheckForUnrecognizedAttributes(child);
50
HandlerBase
.CheckForNonCommentChildNodes(child);
74
HandlerBase
.ThrowUnrecognizedElement(child);
Configuration\ProtocolsConfigurationEntry.cs (2)
66
HandlerBase
.CheckAssignableType(_configFileName, _configFileLine, typeof(ProcessProtocolHandler), processHandlerType);
77
HandlerBase
.CheckAssignableType(_configFileName, _configFileLine, typeof(AppDomainProtocolHandler), appDomainHandlerType);
State\SessionStateModule.cs (1)
1495
HandlerBase
.CheckAndReadConnectionString(ref cntString, true);
XmlSiteMapProvider.cs (14)
294
HandlerBase
.GetAndRemoveBooleanAttribute(node, "enableLocalization", ref enableLocalization);
373
HandlerBase
.GetAndRemoveNonEmptyStringAttribute(xmlNode, _providerAttribute, ref providerName);
380
HandlerBase
.CheckForUnrecognizedAttributes(xmlNode);
381
HandlerBase
.CheckForNonCommentChildNodes(xmlNode);
385
HandlerBase
.GetAndRemoveNonEmptyStringAttribute(xmlNode, _siteMapFileAttribute, ref siteMapFile);
646
HandlerBase
.GetAndRemoveBooleanAttribute(xmlNode, _securityTrimmingEnabledAttrName, ref secuityTrimmingEnabled);
649
HandlerBase
.CheckForUnrecognizedAttributes(xmlNode);
650
HandlerBase
.CheckForNonCommentChildNodes(xmlNode);
730
HandlerBase
.GetAndRemoveStringAttribute(xmlNode, "url", ref url);
731
HandlerBase
.GetAndRemoveStringAttribute(xmlNode, "title", ref title);
732
HandlerBase
.GetAndRemoveStringAttribute(xmlNode, "description", ref description);
733
HandlerBase
.GetAndRemoveStringAttribute(xmlNode, "roles", ref roles);
734
HandlerBase
.GetAndRemoveStringAttribute(xmlNode, "resourceKey", ref resourceKey);
742
HandlerBase
.CheckForbiddenAttribute(xmlNode, _securityTrimmingEnabledAttrName);