Determines whether the specified markup attribute and its value can be rendered to the current markup element.
- name
- A string containing the name of the attribute to render.
- value
- A string containing the value that is assigned to the attribute.
- key
- The System.Web.UI.HtmlTextWriterAttribute associated with the markup attribute.
Always true.
The System.Web.UI.HtmlTextWriter class implementation of the HtmlTextWriter.OnAttributeRender(string, string, HtmlTextWriterAttribute) method always returns true. The HtmlTextWriter.OnAttributeRender(string, string, HtmlTextWriterAttribute) overrides can determine whether an attribute will be rendered to the page.