CssEntryCollectionParse Method
Parse the styles found in the caller's CSS string to entries and their
corresponding attributes.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static CssEntryCollection Parse(
string styles
)
Public Shared Function Parse (
styles As String
) As CssEntryCollection
No code example is currently available or this language may not be supported.
- styles String
-
Style information to be parsed into working CSS.
CssEntryCollection
CSS object model containing zero or more CSS entries and their
child attributes.