12 implementations of SetAttribute
System.Web (4)
UI\HtmlControls\HtmlControl.cs (1)
241
void IAttributeAccessor.
SetAttribute
(string name, string value) {
UI\UserControl.cs (1)
353
void IAttributeAccessor.
SetAttribute
(string name, string value) {
UI\WebControls\listitem.cs (1)
355
void IAttributeAccessor.
SetAttribute
(string name, string value) {
UI\WebControls\WebControl.cs (1)
871
void IAttributeAccessor.
SetAttribute
(string name, string value) {
System.Web.DynamicData (3)
DynamicData\DynamicControl.cs (1)
322
public void
SetAttribute
(string key, string value) {
DynamicData\DynamicField.cs (1)
307
public void
SetAttribute
(string key, string value) {
DynamicData\DynamicHyperLink.cs (1)
276
void IAttributeAccessor.
SetAttribute
(string key, string value) {
System.Web.Extensions (3)
UI\UpdatePanel.cs (1)
455
void IAttributeAccessor.
SetAttribute
(string key, string value) {
UI\UpdateProgress.cs (1)
214
void IAttributeAccessor.
SetAttribute
(string key, string value) {
UI\WebControls\DataPager.cs (1)
634
void IAttributeAccessor.
SetAttribute
(string name, string value) {
System.Web.Mobile (2)
UI\MobileControls\DeviceSpecificChoice.cs (1)
399
void IAttributeAccessor.
SetAttribute
(String name, String value) {
UI\MobileControls\MobileControl.cs (1)
1517
void IAttributeAccessor.
SetAttribute
(String name, String value) {
15 references to SetAttribute
System.Web (11)
UI\ControlBuilder.cs (2)
2156
((IAttributeAccessor)obj).
SetAttribute
(entry.Name, entry.Value.ToString());
2338
attributeAccessor.
SetAttribute
(name, value.ToString());
UI\HtmlForm.cs (1)
254
((IAttributeAccessor)this).
SetAttribute
("__smartNavEnabled", "true");
UI\WebParts\GenericWebPart.cs (8)
289
childAttributeAccessor.
SetAttribute
("AuthorizationFilter", null);
290
childAttributeAccessor.
SetAttribute
("CatalogIconImageUrl", null);
291
childAttributeAccessor.
SetAttribute
("Description", null);
292
childAttributeAccessor.
SetAttribute
("ExportMode", null);
293
childAttributeAccessor.
SetAttribute
("Subtitle", null);
294
childAttributeAccessor.
SetAttribute
("Title", null);
295
childAttributeAccessor.
SetAttribute
("TitleIconImageUrl", null);
296
childAttributeAccessor.
SetAttribute
("TitleUrl", null);
System.Web.Mobile (4)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (1)
82
((IAttributeAccessor)_link).
SetAttribute
(XhtmlConstants.AccessKeyCustomAttribute, GetCustomAttributeValue(XhtmlConstants.AccessKeyCustomAttribute));
UI\MobileControls\Design\PropertyOverridesDialog.cs (2)
1019
overrides.
SetAttribute
(propertyName, newValueString);
1024
overrides.
SetAttribute
(propertyName, null);
UI\MobileControls\DeviceSpecificChoice.cs (1)
195
a.
SetAttribute
(propertyName, propertyValue);