RuleCollectionGetStyle Method

Return the value of the specified style on the provided node.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public string GetStyle(
	HtmlNodeItem node,
	string propertyName
)

Parameters

node  HtmlNodeItem
Reference to the node for which the style will be retrieved.
propertyName  String
Name of the property entry to retrieve.

Return Value

String
Value of the specified style.

See Also