3 references to GetAndRemoveRequiredStringAttribute
System.Web (3)
Configuration\BrowserDefinition.cs (2)
516HandlerBase.GetAndRemoveRequiredStringAttribute(child, "value", ref capabilityValue); 541HandlerBase.GetAndRemoveRequiredStringAttribute(child, "adapterType", ref adapterString);
Configuration\HttpCapabilitiesSectionHandler.cs (1)
232XmlNode attr = HandlerBase.GetAndRemoveRequiredStringAttribute(node, "src", ref filename);