CssEntryBuilder Class

Entry building helper for css entries.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public class CssEntryBuilder
Inheritance
Object    CssEntryBuilder

Constructors

CssEntryBuilderInitializes a new instance of the CssEntryBuilder class

Properties

Attribute Get/Set a reference to the active CSS attribute.
Builder Get a reference to the local string builder.
Entries Get/Set a reference to the collection being built.
Entry Get/Set a reference to the entry item currently in progress.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
Process Process the provided CSS string.
ToString
(Inherited from Object)

See Also