RuleCollectionGetStyle Method
Return the value of the specified style on the provided node.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public string GetStyle(
HtmlNodeItem node,
string propertyName
)
Public Function GetStyle (
node As HtmlNodeItem,
propertyName As String
) As String
No code example is currently available or this language may not be supported.
- node HtmlNodeItem
-
Reference to the node for which the style will be retrieved.
- propertyName String
-
Name of the property entry to retrieve.
String
Value of the specified style.