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