181 references to Attributes
System.Web (180)
Handlers\TraceHandler.cs (1)
297a.Attributes["class"] = "link";
UI\HtmlControls\HtmlAnchor.cs (9)
81string s = Attributes["href"]; 85Attributes["href"] = MapStringAttributeToString(value); 105string s = Attributes["name"]; 109Attributes["name"] = MapStringAttributeToString(value); 131string s = Attributes["target"]; 135Attributes["target"] = MapStringAttributeToString(value); 155string s = Attributes["title"]; 159Attributes["title"] = MapStringAttributeToString(value); 229Attributes.Remove("href");
UI\HtmlControls\HtmlArea.cs (2)
26string s = Attributes["href"]; 30Attributes["href"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlAudio.cs (2)
43string s = Attributes["src"]; 47Attributes["src"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlControl.cs (9)
104return Attributes.CssStyle; 146string s = Attributes["disabled"]; 152Attributes["disabled"] = "disabled"; 154Attributes["disabled"] = null; 199Attributes.Render(writer); 231return Attributes[name]; 250Attributes[name] = value; 256string url = Attributes[attribName]; 270Attributes.Remove(attribName);
UI\HtmlControls\HtmlElement.cs (2)
25string s = Attributes["manifest"]; 29Attributes["manifest"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlEmbed.cs (2)
25string s = Attributes["src"]; 29Attributes["src"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlIframe.cs (2)
25string s = Attributes["src"]; 29Attributes["src"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlImage.cs (13)
64string s = Attributes["alt"]; 71Attributes["alt"] = value; 74Attributes["alt"] = MapStringAttributeToString(value); 94string s = Attributes["align"]; 98Attributes["align"] = MapStringAttributeToString(value); 118string s = Attributes["border"]; 122Attributes["border"] = MapIntegerAttributeToString(value); 145string s = Attributes["height"]; 149Attributes["height"] = MapIntegerAttributeToString(value); 172string s = Attributes["src"]; 176Attributes["src"] = MapStringAttributeToString(value); 198string s = Attributes["width"]; 202Attributes["width"] = MapIntegerAttributeToString(value);
UI\HtmlControls\HtmlInputCheckBox.cs (3)
67string s = Attributes["checked"]; 72Attributes["checked"] = "checked"; 74Attributes["checked"] = null;
UI\HtmlControls\HtmlInputControl.cs (7)
51Attributes["type"] = type; 108string s = Attributes["value"]; 112Attributes["value"] = MapStringAttributeToString(value); 132string s = Attributes["type"]; 151Attributes.Remove("name"); 156Attributes.Remove("type"); 162Attributes.Add("type", type);
UI\HtmlControls\HtmlInputFile.cs (6)
77string s = Attributes["accept"]; 81Attributes["accept"] = MapStringAttributeToString(value); 103string s = Attributes["maxlength"]; 107Attributes["maxlength"] = MapIntegerAttributeToString(value); 143string s = Attributes["size"]; 147Attributes["size"] = MapIntegerAttributeToString(value);
UI\HtmlControls\HtmlInputImage.cs (8)
69string s = Attributes["align"]; 73Attributes["align"] = MapStringAttributeToString(value); 96string s = Attributes["alt"]; 100Attributes["alt"] = MapStringAttributeToString(value); 121string s = Attributes["border"]; 125Attributes["border"] = MapIntegerAttributeToString(value); 147string s = Attributes["src"]; 151Attributes["src"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlInputRadioButton.cs (6)
64string s = Attributes["checked"]; 69Attributes["checked"] = "checked"; 71Attributes["checked"] = null; 84string s = Attributes["name"]; 88Attributes["name"] = MapStringAttributeToString(value); 189Attributes.Remove("value");
UI\HtmlControls\HtmlInputText.cs (5)
81Attributes["maxlength"] = MapIntegerAttributeToString(value); 103string s = Attributes["size"]; 107Attributes["size"] = MapIntegerAttributeToString(value); 123string s = Attributes["value"]; 127Attributes["value"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlLink.cs (3)
29string s = Attributes["href"]; 33Attributes["href"] = MapStringAttributeToString(value); 41Attributes["href"] = ResolveClientUrl(Href);
UI\HtmlControls\HtmlMeta.cs (8)
29string s = Attributes["content"]; 33Attributes["content"] = MapStringAttributeToString(value); 44string s = Attributes["http-equiv"]; 48Attributes["http-equiv"] = MapStringAttributeToString(value); 59string s = Attributes["name"]; 63Attributes["name"] = MapStringAttributeToString(value); 74string s = Attributes["scheme"]; 78Attributes["scheme"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlSelect.cs (15)
99Attributes["DataMember"] = MapStringAttributeToString(value); 171string s = Attributes["DataTextField"]; 175Attributes["DataTextField"] = MapStringAttributeToString(value); 197string s = Attributes["DataValueField"]; 201Attributes["DataValueField"] = MapStringAttributeToString(value); 282string s = Attributes["multiple"]; 288Attributes["multiple"] = "multiple"; 290Attributes["multiple"] = null; 430string s = Attributes["size"]; 435Attributes["size"] = MapIntegerAttributeToString(value); 806Attributes.Remove("name"); 808Attributes.Remove("DataValueField"); 809Attributes.Remove("DataTextField"); 810Attributes.Remove("DataMember"); 811Attributes.Remove("DataSourceID");
UI\HtmlControls\HtmlSource.cs (2)
46string s = Attributes["src"]; 50Attributes["src"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlTable.cs (16)
50string s = Attributes["align"]; 55Attributes["align"] = MapStringAttributeToString(value); 71string s = Attributes["bgcolor"]; 76Attributes["bgcolor"] = MapStringAttributeToString(value); 92string s = Attributes["border"]; 97Attributes["border"] = MapIntegerAttributeToString(value); 112string s = Attributes["bordercolor"]; 117Attributes["bordercolor"] = MapStringAttributeToString(value); 134string s = Attributes["cellpadding"]; 138Attributes["cellpadding"] = MapIntegerAttributeToString(value); 155string s = Attributes["cellspacing"]; 159Attributes["cellspacing"] = MapIntegerAttributeToString(value); 203string s = Attributes["height"]; 208Attributes["height"] = MapStringAttributeToString(value); 225string s = Attributes["width"]; 230Attributes["width"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlTableCell.cs (19)
61string s = Attributes["align"]; 66Attributes["align"] = MapStringAttributeToString(value); 84string s = Attributes["bgcolor"]; 89Attributes["bgcolor"] = MapStringAttributeToString(value); 107string s = Attributes["bordercolor"]; 112Attributes["bordercolor"] = MapStringAttributeToString(value); 132string s = Attributes["colspan"]; 136Attributes["colspan"] = MapIntegerAttributeToString(value); 154string s = Attributes["height"]; 159Attributes["height"] = MapStringAttributeToString(value); 182string s = Attributes["nowrap"]; 188Attributes["nowrap"] = "nowrap"; 190Attributes["nowrap"] = null; 211string s = Attributes["rowspan"]; 215Attributes["rowspan"] = MapIntegerAttributeToString(value); 233string s = Attributes["valign"]; 238Attributes["valign"] = MapStringAttributeToString(value); 256string s = Attributes["width"]; 261Attributes["width"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlTableRow.cs (10)
50string s = Attributes["align"]; 55Attributes["align"] = MapStringAttributeToString(value); 96string s = Attributes["bgcolor"]; 101Attributes["bgcolor"] = MapStringAttributeToString(value); 118string s = Attributes["bordercolor"]; 123Attributes["bordercolor"] = MapStringAttributeToString(value); 140string s = Attributes["height"]; 145Attributes["height"] = MapStringAttributeToString(value); 189string s = Attributes["valign"]; 194Attributes["valign"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlTextArea.cs (5)
64string s = Attributes["cols"]; 68Attributes["cols"] = MapIntegerAttributeToString(value); 124string s = Attributes["rows"]; 128Attributes["rows"] = MapIntegerAttributeToString(value); 190Attributes.Remove("name");
UI\HtmlControls\HtmlTrack.cs (2)
46string s = Attributes["src"]; 50Attributes["src"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlVideo.cs (4)
37string s = Attributes["poster"]; 41Attributes["poster"] = MapStringAttributeToString(value); 58string s = Attributes["src"]; 62Attributes["src"] = MapStringAttributeToString(value);
UI\HtmlForm.cs (16)
52string s = Attributes["action"]; 56Attributes["action"] = MapStringAttributeToString(value); 117string s = Attributes["enctype"]; 121Attributes["enctype"] = MapStringAttributeToString(value); 143string s = Attributes["method"]; 147Attributes["method"] = MapStringAttributeToString(value); 210string s = Attributes["target"]; 215Attributes["target"] = MapStringAttributeToString(value); 365foreach (String key in Attributes.Keys) { 372Attributes.Remove(key); 386Attributes.Remove("name"); 390Attributes.Remove("method"); 394Attributes.Remove("action"); 400if (Attributes["onsubmit"] != null) { 402string formOnSubmit = Attributes["onsubmit"]; 410Attributes.Remove("onsubmit");
UI\PageTheme.cs (2)
122link.Attributes["type"] = "text/css"; 123link.Attributes["rel"] = "stylesheet";
UI\Util.cs (1)
1602AttributeCollection attributes = control.Attributes;
System.Web.Mobile (1)
UI\MobileControls\Design\MobileControlPersister.cs (1)
652expandos = ((HtmlControl)component).Attributes;