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