HtmlNodeItemSetStyle Method

Set the value of the specified style in the provided node.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static void SetStyle(
	HtmlNodeItem node,
	string styleName,
	string value
)

Parameters

node  HtmlNodeItem
Reference to the node to inspect.
styleName  String
Name of the style property to return.
value  String
Value of the style.

See Also