36 references to Remove
System.Web (36)
UI\HtmlControls\HtmlAnchor.cs (1)
229Attributes.Remove("href");
UI\HtmlControls\HtmlControl.cs (1)
270Attributes.Remove(attribName);
UI\HtmlControls\HtmlInputControl.cs (2)
151Attributes.Remove("name"); 156Attributes.Remove("type");
UI\HtmlControls\HtmlInputRadioButton.cs (1)
189Attributes.Remove("value");
UI\HtmlControls\HtmlSelect.cs (8)
806Attributes.Remove("name"); 808Attributes.Remove("DataValueField"); 809Attributes.Remove("DataTextField"); 810Attributes.Remove("DataMember"); 811Attributes.Remove("DataSourceID"); 849li.Attributes.Remove("text"); 850li.Attributes.Remove("value"); 851li.Attributes.Remove("selected");
UI\HtmlControls\HtmlTextArea.cs (1)
190Attributes.Remove("name");
UI\HtmlForm.cs (5)
372Attributes.Remove(key); 386Attributes.Remove("name"); 390Attributes.Remove("method"); 394Attributes.Remove("action"); 410Attributes.Remove("onsubmit");
UI\Util.cs (1)
1625attributes.Remove("onclick");
UI\WebControls\Button.cs (1)
298Attributes.Remove("onclick");
UI\WebControls\CheckBox.cs (2)
447attribs.Remove("value"); 453attribs.Remove("onclick");
UI\WebControls\ImageButton.cs (1)
316Attributes.Remove("onclick");
UI\WebControls\LinkButton.cs (1)
278Attributes.Remove("onclick");
UI\WebControls\ListControl.cs (1)
511Attributes.Remove("onchange");
UI\WebControls\TextBox.cs (2)
491Attributes.Remove("onchange"); 519Attributes.Remove("onkeypress");
UI\WebParts\GenericWebPart.cs (8)
277childWebControl.Attributes.Remove("AuthorizationFilter"); 278childWebControl.Attributes.Remove("CatalogIconImageUrl"); 279childWebControl.Attributes.Remove("Description"); 280childWebControl.Attributes.Remove("ExportMode"); 281childWebControl.Attributes.Remove("Subtitle"); 282childWebControl.Attributes.Remove("Title"); 283childWebControl.Attributes.Remove("TitleIconImageUrl"); 284childWebControl.Attributes.Remove("TitleUrl");