System.Web.UI.XhtmlTextWriter.OnAttributeRender Method

Determines whether the specified XHTML attribute and its value can be rendered to the current markup element.

Syntax

protected override bool OnAttributeRender (string name, string value, HtmlTextWriterAttribute key)

Parameters

name
The XHTML attribute to render.
value
The value assigned to the XHTML attribute.
key
The System.Web.UI.HtmlTextWriterAttribute enumeration value associated with the XHTML attribute.

Returns

true if the attribute is rendered to the page; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0