Html Library Help
AddStyle Method (nameValuePairsSeparatedBySemiColons)
NamespacesHtmlElementAddStyle(String)
Adds the style.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Element AddStyle(
	string nameValuePairsSeparatedBySemiColons
)
Public Overridable Function AddStyle ( _
	nameValuePairsSeparatedBySemiColons As String _
) As Element
public:
virtual Element^ AddStyle(
	String^ nameValuePairsSeparatedBySemiColons
)
Parameters
nameValuePairsSeparatedBySemiColons (String)
The name value pairs separated by semi colons.
Return Value

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

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