14 references to GetAndRemoveNonEmptyStringAttribute
System.Web (14)
Configuration\BrowserDefinition.cs (11)
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); 394HandlerBase.GetAndRemoveNonEmptyStringAttribute(child, "match", ref match); 396HandlerBase.GetAndRemoveNonEmptyStringAttribute(child, "nonMatch", ref match); 416HandlerBase.GetAndRemoveNonEmptyStringAttribute(child, "match", ref match); 418HandlerBase.GetAndRemoveNonEmptyStringAttribute(child, "nonMatch", ref match); 437HandlerBase.GetAndRemoveNonEmptyStringAttribute(child, "match", ref match); 439HandlerBase.GetAndRemoveNonEmptyStringAttribute(child, "nonMatch", ref match);
Configuration\HttpCapabilitiesSectionHandler.cs (1)
73HandlerBase.GetAndRemoveNonEmptyStringAttribute(section, "provider", ref browserCapabilitiesProviderType);
XmlSiteMapProvider.cs (2)
373HandlerBase.GetAndRemoveNonEmptyStringAttribute(xmlNode, _providerAttribute, ref providerName); 385HandlerBase.GetAndRemoveNonEmptyStringAttribute(xmlNode, _siteMapFileAttribute, ref siteMapFile);