12 implementations of SetAttribute
System.Web (4)
UI\HtmlControls\HtmlControl.cs (1)
241void IAttributeAccessor.SetAttribute(string name, string value) {
UI\UserControl.cs (1)
353void IAttributeAccessor.SetAttribute(string name, string value) {
UI\WebControls\listitem.cs (1)
355void IAttributeAccessor.SetAttribute(string name, string value) {
UI\WebControls\WebControl.cs (1)
871void IAttributeAccessor.SetAttribute(string name, string value) {
System.Web.DynamicData (3)
DynamicData\DynamicControl.cs (1)
322public void SetAttribute(string key, string value) {
DynamicData\DynamicField.cs (1)
307public void SetAttribute(string key, string value) {
DynamicData\DynamicHyperLink.cs (1)
276void IAttributeAccessor.SetAttribute(string key, string value) {
System.Web.Extensions (3)
UI\UpdatePanel.cs (1)
455void IAttributeAccessor.SetAttribute(string key, string value) {
UI\UpdateProgress.cs (1)
214void IAttributeAccessor.SetAttribute(string key, string value) {
UI\WebControls\DataPager.cs (1)
634void IAttributeAccessor.SetAttribute(string name, string value) {
System.Web.Mobile (2)
UI\MobileControls\DeviceSpecificChoice.cs (1)
399void IAttributeAccessor.SetAttribute(String name, String value) {
UI\MobileControls\MobileControl.cs (1)
1517void 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()); 2338attributeAccessor.SetAttribute(name, value.ToString());
UI\HtmlForm.cs (1)
254((IAttributeAccessor)this).SetAttribute("__smartNavEnabled", "true");
UI\WebParts\GenericWebPart.cs (8)
289childAttributeAccessor.SetAttribute("AuthorizationFilter", null); 290childAttributeAccessor.SetAttribute("CatalogIconImageUrl", null); 291childAttributeAccessor.SetAttribute("Description", null); 292childAttributeAccessor.SetAttribute("ExportMode", null); 293childAttributeAccessor.SetAttribute("Subtitle", null); 294childAttributeAccessor.SetAttribute("Title", null); 295childAttributeAccessor.SetAttribute("TitleIconImageUrl", null); 296childAttributeAccessor.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)
1019overrides.SetAttribute(propertyName, newValueString); 1024overrides.SetAttribute(propertyName, null);
UI\MobileControls\DeviceSpecificChoice.cs (1)
195a.SetAttribute(propertyName, propertyValue);