4 references to RemoveRequiredAttribute
System.Web (4)
Configuration\HttpCapabilitiesSectionHandler.cs (1)
121
string var = HandlerBase.
RemoveRequiredAttribute
(element, "var");
Configuration\ProtocolsConfiguration.cs (3)
42
String id = HandlerBase.
RemoveRequiredAttribute
(child, "id");
43
String phType = HandlerBase.
RemoveRequiredAttribute
(child, "processHandlerType");
44
String ahType = HandlerBase.
RemoveRequiredAttribute
(child, "appDomainHandlerType");