Determines whether the specified markup attribute and its value are rendered during the next call to the erload:System.Web.UI.HtmlTextWriter.RenderBeginTag method.
- key
- The System.Web.UI.HtmlTextWriterAttribute associated with the markup attribute.
true if the attribute is rendered during the next call to the erload:System.Web.UI.HtmlTextWriter.RenderBeginTag method; otherwise, false.
To obtain the value to be assigned to the System.Web.UI.HtmlTextWriterAttribute object, use the HtmlTextWriter.IsAttributeDefined(HtmlTextWriterAttribute, String@) overload instead of this one.