103 writes to
System.Web (99)
Handlers\TraceHandler.cs (1)
297a.Attributes["class"] = "link";
UI\HtmlControls\HtmlAnchor.cs (4)
85Attributes["href"] = MapStringAttributeToString(value); 109Attributes["name"] = MapStringAttributeToString(value); 135Attributes["target"] = MapStringAttributeToString(value); 159Attributes["title"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlArea.cs (1)
30Attributes["href"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlAudio.cs (1)
47Attributes["src"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlControl.cs (3)
152Attributes["disabled"] = "disabled"; 154Attributes["disabled"] = null; 250Attributes[name] = value;
UI\HtmlControls\HtmlElement.cs (1)
29Attributes["manifest"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlEmbed.cs (1)
29Attributes["src"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlIframe.cs (1)
29Attributes["src"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlImage.cs (7)
71Attributes["alt"] = value; 74Attributes["alt"] = MapStringAttributeToString(value); 98Attributes["align"] = MapStringAttributeToString(value); 122Attributes["border"] = MapIntegerAttributeToString(value); 149Attributes["height"] = MapIntegerAttributeToString(value); 176Attributes["src"] = MapStringAttributeToString(value); 202Attributes["width"] = MapIntegerAttributeToString(value);
UI\HtmlControls\HtmlInputCheckBox.cs (2)
72Attributes["checked"] = "checked"; 74Attributes["checked"] = null;
UI\HtmlControls\HtmlInputControl.cs (2)
51Attributes["type"] = type; 112Attributes["value"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlInputFile.cs (3)
81Attributes["accept"] = MapStringAttributeToString(value); 107Attributes["maxlength"] = MapIntegerAttributeToString(value); 147Attributes["size"] = MapIntegerAttributeToString(value);
UI\HtmlControls\HtmlInputImage.cs (4)
73Attributes["align"] = MapStringAttributeToString(value); 100Attributes["alt"] = MapStringAttributeToString(value); 125Attributes["border"] = MapIntegerAttributeToString(value); 151Attributes["src"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlInputRadioButton.cs (3)
69Attributes["checked"] = "checked"; 71Attributes["checked"] = null; 88Attributes["name"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlInputText.cs (3)
81Attributes["maxlength"] = MapIntegerAttributeToString(value); 107Attributes["size"] = MapIntegerAttributeToString(value); 127Attributes["value"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlLink.cs (2)
33Attributes["href"] = MapStringAttributeToString(value); 41Attributes["href"] = ResolveClientUrl(Href);
UI\HtmlControls\HtmlMeta.cs (4)
33Attributes["content"] = MapStringAttributeToString(value); 48Attributes["http-equiv"] = MapStringAttributeToString(value); 63Attributes["name"] = MapStringAttributeToString(value); 78Attributes["scheme"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlSelect.cs (6)
99Attributes["DataMember"] = MapStringAttributeToString(value); 175Attributes["DataTextField"] = MapStringAttributeToString(value); 201Attributes["DataValueField"] = MapStringAttributeToString(value); 288Attributes["multiple"] = "multiple"; 290Attributes["multiple"] = null; 435Attributes["size"] = MapIntegerAttributeToString(value);
UI\HtmlControls\HtmlSource.cs (1)
50Attributes["src"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlTable.cs (8)
55Attributes["align"] = MapStringAttributeToString(value); 76Attributes["bgcolor"] = MapStringAttributeToString(value); 97Attributes["border"] = MapIntegerAttributeToString(value); 117Attributes["bordercolor"] = MapStringAttributeToString(value); 138Attributes["cellpadding"] = MapIntegerAttributeToString(value); 159Attributes["cellspacing"] = MapIntegerAttributeToString(value); 208Attributes["height"] = MapStringAttributeToString(value); 230Attributes["width"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlTableCell.cs (10)
66Attributes["align"] = MapStringAttributeToString(value); 89Attributes["bgcolor"] = MapStringAttributeToString(value); 112Attributes["bordercolor"] = MapStringAttributeToString(value); 136Attributes["colspan"] = MapIntegerAttributeToString(value); 159Attributes["height"] = MapStringAttributeToString(value); 188Attributes["nowrap"] = "nowrap"; 190Attributes["nowrap"] = null; 215Attributes["rowspan"] = MapIntegerAttributeToString(value); 238Attributes["valign"] = MapStringAttributeToString(value); 261Attributes["width"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlTableRow.cs (5)
55Attributes["align"] = MapStringAttributeToString(value); 101Attributes["bgcolor"] = MapStringAttributeToString(value); 123Attributes["bordercolor"] = MapStringAttributeToString(value); 145Attributes["height"] = MapStringAttributeToString(value); 194Attributes["valign"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlTextArea.cs (2)
68Attributes["cols"] = MapIntegerAttributeToString(value); 128Attributes["rows"] = MapIntegerAttributeToString(value);
UI\HtmlControls\HtmlTrack.cs (1)
50Attributes["src"] = MapStringAttributeToString(value);
UI\HtmlControls\HtmlVideo.cs (2)
41Attributes["poster"] = MapStringAttributeToString(value); 62Attributes["src"] = MapStringAttributeToString(value);
UI\HtmlForm.cs (4)
56Attributes["action"] = MapStringAttributeToString(value); 121Attributes["enctype"] = MapStringAttributeToString(value); 147Attributes["method"] = MapStringAttributeToString(value); 215Attributes["target"] = MapStringAttributeToString(value);
UI\PageTheme.cs (2)
122link.Attributes["type"] = "text/css"; 123link.Attributes["rel"] = "stylesheet";
UI\UserControl.cs (1)
354Attributes[name] = value;
UI\WebControls\AdRotator.cs (2)
327Attributes[key] = adRotator.Attributes[key]; 767bannerLink.Attributes[key] = Attributes[key];
UI\WebControls\BaseValidator.cs (1)
347Attributes["data-val"] = "true";
UI\WebControls\Calendar.cs (1)
1287table.Attributes["title"] = SR.GetString(SR.Calendar_TitleText);
UI\WebControls\CheckBox.cs (1)
463attribs["value"] = val;
UI\WebControls\CheckBoxList.cs (1)
536_controlToRepeat.Attributes[key] = item.Attributes[key];
UI\WebControls\DataGrid.cs (1)
1285cell.Attributes["scope"] = "col";
UI\WebControls\listitem.cs (1)
356Attributes[name] = value;
UI\WebControls\LoginUtil.cs (1)
408table[0, 0].Attributes[HtmlTextWriter.DesignerRegionAttributeName] = _templateDesignerRegion;
UI\WebControls\RadioButtonList.cs (2)
495controlToRepeat.Attributes[key] = item.Attributes[key]; 507controlToRepeat.Attributes["value"] = item.Value;
UI\WebControls\ValidationSummary.cs (1)
239Attributes["data-valsummary"] = "true";
UI\WebControls\WebControl.cs (2)
693this.Attributes[key] = controlSrc.Attributes[key]; 872Attributes[name] = value;
System.Web.Extensions (3)
UI\UpdatePanel.cs (1)
456Attributes[key] = value;
UI\UpdateProgress.cs (1)
215Attributes[key] = value;
UI\WebControls\DataPager.cs (1)
635Attributes[name] = value;
System.Web.Mobile (1)
UI\MobileControls\Adapters\HtmlCalendarAdapter.cs (1)
94webCalendar.Attributes["align"] = align.ToString();
100 references to
System.Web (95)
UI\HtmlControls\HtmlAnchor.cs (4)
81string s = Attributes["href"]; 105string s = Attributes["name"]; 131string s = Attributes["target"]; 155string s = Attributes["title"];
UI\HtmlControls\HtmlArea.cs (1)
26string s = Attributes["href"];
UI\HtmlControls\HtmlAudio.cs (1)
43string s = Attributes["src"];
UI\HtmlControls\HtmlControl.cs (3)
146string s = Attributes["disabled"]; 231return Attributes[name]; 256string url = Attributes[attribName];
UI\HtmlControls\HtmlElement.cs (1)
25string s = Attributes["manifest"];
UI\HtmlControls\HtmlEmbed.cs (1)
25string s = Attributes["src"];
UI\HtmlControls\HtmlIframe.cs (1)
25string s = Attributes["src"];
UI\HtmlControls\HtmlImage.cs (6)
64string s = Attributes["alt"]; 94string s = Attributes["align"]; 118string s = Attributes["border"]; 145string s = Attributes["height"]; 172string s = Attributes["src"]; 198string s = Attributes["width"];
UI\HtmlControls\HtmlInputCheckBox.cs (1)
67string s = Attributes["checked"];
UI\HtmlControls\HtmlInputControl.cs (2)
108string s = Attributes["value"]; 132string s = Attributes["type"];
UI\HtmlControls\HtmlInputFile.cs (3)
77string s = Attributes["accept"]; 103string s = Attributes["maxlength"]; 143string s = Attributes["size"];
UI\HtmlControls\HtmlInputImage.cs (4)
69string s = Attributes["align"]; 96string s = Attributes["alt"]; 121string s = Attributes["border"]; 147string s = Attributes["src"];
UI\HtmlControls\HtmlInputRadioButton.cs (2)
64string s = Attributes["checked"]; 84string s = Attributes["name"];
UI\HtmlControls\HtmlInputText.cs (2)
103string s = Attributes["size"]; 123string s = Attributes["value"];
UI\HtmlControls\HtmlLink.cs (1)
29string s = Attributes["href"];
UI\HtmlControls\HtmlMeta.cs (4)
29string s = Attributes["content"]; 44string s = Attributes["http-equiv"]; 59string s = Attributes["name"]; 74string s = Attributes["scheme"];
UI\HtmlControls\HtmlSelect.cs (4)
171string s = Attributes["DataTextField"]; 197string s = Attributes["DataValueField"]; 282string s = Attributes["multiple"]; 430string s = Attributes["size"];
UI\HtmlControls\HtmlSource.cs (1)
46string s = Attributes["src"];
UI\HtmlControls\HtmlTable.cs (8)
50string s = Attributes["align"]; 71string s = Attributes["bgcolor"]; 92string s = Attributes["border"]; 112string s = Attributes["bordercolor"]; 134string s = Attributes["cellpadding"]; 155string s = Attributes["cellspacing"]; 203string s = Attributes["height"]; 225string s = Attributes["width"];
UI\HtmlControls\HtmlTableCell.cs (9)
61string s = Attributes["align"]; 84string s = Attributes["bgcolor"]; 107string s = Attributes["bordercolor"]; 132string s = Attributes["colspan"]; 154string s = Attributes["height"]; 182string s = Attributes["nowrap"]; 211string s = Attributes["rowspan"]; 233string s = Attributes["valign"]; 256string s = Attributes["width"];
UI\HtmlControls\HtmlTableRow.cs (5)
50string s = Attributes["align"]; 96string s = Attributes["bgcolor"]; 118string s = Attributes["bordercolor"]; 140string s = Attributes["height"]; 189string s = Attributes["valign"];
UI\HtmlControls\HtmlTextArea.cs (2)
64string s = Attributes["cols"]; 124string s = Attributes["rows"];
UI\HtmlControls\HtmlTrack.cs (1)
46string s = Attributes["src"];
UI\HtmlControls\HtmlVideo.cs (2)
37string s = Attributes["poster"]; 58string s = Attributes["src"];
UI\HtmlForm.cs (6)
52string s = Attributes["action"]; 117string s = Attributes["enctype"]; 143string s = Attributes["method"]; 210string s = Attributes["target"]; 400if (Attributes["onsubmit"] != null) { 402string formOnSubmit = Attributes["onsubmit"];
UI\Util.cs (1)
1623string existingOnClick = attributes["onclick"];
UI\WebControls\AdRotator.cs (2)
327Attributes[key] = adRotator.Attributes[key]; 767bannerLink.Attributes[key] = Attributes[key];
UI\WebControls\Button.cs (1)
295string userOnClick = Attributes["onclick"];
UI\WebControls\Calendar.cs (1)
1286if (table.Attributes["title"] == null) {
UI\WebControls\CheckBox.cs (2)
445string val = attribs["value"]; 450onClick = attribs["onclick"];
UI\WebControls\CheckBoxList.cs (1)
536_controlToRepeat.Attributes[key] = item.Attributes[key];
UI\WebControls\ImageButton.cs (1)
313string userOnClick = Attributes["onclick"];
UI\WebControls\LinkButton.cs (1)
272string userOnClick = Attributes["onclick"];
UI\WebControls\ListControl.cs (1)
508onChange = Attributes["onchange"];
UI\WebControls\listitem.cs (1)
346return Attributes[name];
UI\WebControls\MenuRendererStandards.cs (1)
382writer.AddAttribute(key, Menu.Attributes[key]);
UI\WebControls\RadioButton.cs (1)
97string valueAttr = Attributes["value"];
UI\WebControls\RadioButtonList.cs (1)
495controlToRepeat.Attributes[key] = item.Attributes[key];
UI\WebControls\TextBox.cs (3)
431if (mode != TextBoxMode.SingleLine || String.IsNullOrEmpty(Attributes["type"])) { 488onChange = Attributes["onchange"]; 516string userOnKeyPress = Attributes["onkeypress"];
UI\WebControls\WebControl.cs (2)
642writer.AddAttribute(attrName, atrColl[attrName]); 693this.Attributes[key] = controlSrc.Attributes[key];
System.Web.Extensions (4)
UI\UpdatePanel.cs (1)
452return (_attributes != null) ? _attributes[key] : null;
UI\UpdateProgress.cs (1)
211return (_attributes != null) ? _attributes[key] : null;
UI\WebControls\DataPager.cs (2)
245writer.AddAttribute(attrName, atrColl[attrName]); 623return Attributes[name];
System.Web.Mobile (1)
UI\MobileControls\Design\MobileControlPersister.cs (1)
664sw.Write(expandos[key]);