Adds the style attribute.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public void AddStyleAttribute(
	string style,
	string value
)
Visual Basic
Public Sub AddStyleAttribute ( _
	style As String, _
	value As String _
)

Parameters

style
Type: System..::..String
The style.
value
Type: System..::..String
The value.

See Also