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