CssEntryCollectionParse Method

Parse the styles found in the caller's CSS string to entries and their corresponding attributes.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static CssEntryCollection Parse(
	string styles
)

Parameters

styles  String
Style information to be parsed into working CSS.

Return Value

CssEntryCollection
CSS object model containing zero or more CSS entries and their child attributes.

See Also