1 write to key
System.Web (1)
UI\HTMLTextWriter.cs (1)
748attr.key = key;
5 references to key
System.Web (5)
UI\HTMLTextWriter.cs (5)
867if (_attrList[i].key == key) { 877if (_attrList[i].key == key) { 961if (OnAttributeRender(attr.name, attr.value, attr.key)) { 1015if (attr.key == HtmlTextWriterAttribute.Style) { 1027if (attr.key != HtmlTextWriterAttribute.Href || !attrValue.StartsWith("javascript:", StringComparison.Ordinal)) {