5 references to RemoveAttribute
System.Web (5)
Compilation\PreservationFileReader.cs (2)
213string fileName = HandlerBase.RemoveAttribute(dependencyNode, "name"); 230return HandlerBase.RemoveAttribute(_root, name);
Configuration\HttpCapabilitiesSectionHandler.cs (3)
122string strAs = HandlerBase.RemoveAttribute(element, "as"); 139String matchpat = HandlerBase.RemoveAttribute(element, "match"); 140String testpat = HandlerBase.RemoveAttribute(element, "with");