Html Library Help
AddStyle Method (name, value)
NamespacesHtmlElementAddStyle(String, String)
Adds the style.
Declaration Syntax
C#Visual BasicVisual C++
public Element AddStyle(
	string name,
	string value
)
Public Function AddStyle ( _
	name As String, _
	value As String _
) As Element
public:
Element^ AddStyle(
	String^ name, 
	String^ value
)
Parameters
name (String)
The name.
value (String)
The value.
Return Value

[Missing <returns> documentation for M:Html.Element.AddStyle(System.String,System.String)]

Assembly: Html (Module: Html) Version: 1.0.0.2 (1.0.0.2)