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