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