2 overrides of OnAttributeRender
System.Web (2)
UI\ChtmlTextWriter.cs (1)
78protected override bool OnAttributeRender(string name, string value, HtmlTextWriterAttribute key) {
UI\XhtmlTextWriter.cs (1)
165protected override bool OnAttributeRender(string name, string value, HtmlTextWriterAttribute key) {
1 reference to OnAttributeRender
System.Web (1)
UI\HTMLTextWriter.cs (1)
961if (OnAttributeRender(attr.name, attr.value, attr.key)) {