1 write to TagName
System.Web (1)
UI\HTMLTextWriter.cs (1)
972
this.
TagName
= tagName;
6 references to TagName
System.Web (6)
UI\ChtmlTextWriter.cs (2)
79
Hashtable elementRecognizedAttributes = (Hashtable)_recognizedAttributes[
TagName
];
88
Hashtable elementSuppressedAttributes = (Hashtable)_suppressedAttributes[
TagName
];
UI\XhtmlTextWriter.cs (4)
166
if (_commonAttributes[name] != null && _suppressCommonAttributes[
TagName
] == null) {
171
return _elementSpecificAttributes[
TagName
] != null && ((Hashtable)_elementSpecificAttributes[
TagName
])[name] != null;
183
if (
TagName
.ToLower(CultureInfo.InvariantCulture).Equals("div") && name.ToLower(CultureInfo.InvariantCulture).Equals("border-collapse")) {