Html32TextWriter.OnStyleAttributeRender Method (String, String, HtmlTextWriterStyle)
.NET Framework (current version)
Determines whether to write the specified HTML style attribute and its value to the output stream.
Assembly: System.Web (in System.Web.dll)
Protected Overrides Function OnStyleAttributeRender ( name As String, value As String, key As HtmlTextWriterStyle ) As Boolean
Parameters
- name
-
Type:
System.String
The HTML style attribute to write to the output stream.
- value
-
Type:
System.String
The value associated with the HTML style attribute.
- key
-
Type:
System.Web.UI.HtmlTextWriterStyle
The HtmlTextWriterStyle enumeration value associated with the HTML style attribute.
Return Value
Type: System.Booleantrue if the HTML style attribute and its value will be rendered to the output stream; otherwise, false.
The OnStyleAttributeRender method supports a smaller number of HTML style attributes than the OnStyleAttributeRender method that it overrides.
.NET Framework
Available since 1.1
Available since 1.1
Show: