HtmlTextWriter.IsStyleAttributeDefined Method (HtmlTextWriterStyle, String)
.NET Framework 3.0
Determines whether the specified markup style attribute and its value are rendered during the next call to the RenderBeginTag method.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected: bool IsStyleAttributeDefined ( HtmlTextWriterStyle key, [OutAttribute] String^% value )
protected boolean IsStyleAttributeDefined ( HtmlTextWriterStyle key, /** @attribute OutAttribute() */ /** @ref */ String value )
Not applicable.
Parameters
- key
The HtmlTextWriterStyle associated with the attribute.
- value
The value assigned to the style attribute.
Return Value
true if the attribute and its value will be rendered during the next call to the RenderBeginTag method; otherwise, false.Community Additions
ADD
Show: