HtmlAttributeItemGetStyles Method
Return the list of Name: Value styles as separate entries from the
provided style-type attribute.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static HtmlAttributeCollection GetStyles(
HtmlAttributeItem value
)
Public Shared Function GetStyles (
value As HtmlAttributeItem
) As HtmlAttributeCollection
No code example is currently available or this language may not be supported.
- value HtmlAttributeItem
-
Attribute containing Style entries.
HtmlAttributeCollection
Enumerated Collection of Styles.
The syntax of the Style collection is Name1: Value1; NameN: ValueN[;]