System.Web.UI.XhtmlTextWriter.OnStyleAttributeRender Method

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

Syntax

protected override bool OnStyleAttributeRender (string name, string value, HtmlTextWriterStyle key)

Parameters

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

Returns

true if the style attribute is rendered; 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